PHP Class Bolt\Configuration\PathsProxy
This allows us to still use getPath, getUrl, and getRequest methods which have custom logic in them to maintain BC.
Mostrar archivo
Open project: bolt/bolt
Protected Properties
Property |
Type |
Description |
|
$resources |
ResourceManager |
|
|
Public Methods
Method Details
__construct()
public method
public __construct ( ResourceManager $resources ) |
$resources |
ResourceManager |
|
offsetExists()
public method
offsetGet()
public method
offsetSet()
public method
offsetUnset()
public method
Property Details
$resources protected_oe property
protected ResourceManager,Bolt\Configuration $resources |
return |
ResourceManager |
|