xp-framework / core

The XP Framework is an all-purpose, object oriented PHP framework.
Other
19 stars 6 forks source link

Add new util.ClassPathPropertySource #301

Closed thekid closed 3 years ago

thekid commented 3 years ago

This PR adds a new class to find property files in the class path.

// Interface
public interface util.PropertySource

// Implementations
public class util.FilesystemPropertySource implements util.PropertySource
public class util.RegisteredPropertySource implements util.PropertySource

// New class
public class util.ClassPathPropertySource implements util.PropertySource

This PR should be applied to XP 11 and XP 10.

thekid commented 3 years ago

Released in https://github.com/xp-framework/core/releases/tag/v10.15.0