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.
Deprecation: since 3.0, to be removed in 4.0.
Author: Carson Full ([email protected])
Inheritance: implements ArrayAccess
Show file Open project: bolt/bolt

Protected Properties

Property Type Description
$resources ResourceManager

Public Methods

Method Description
__construct ( ResourceManager $resources ) Constructor.
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

Constructor.
public __construct ( ResourceManager $resources )
$resources ResourceManager

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

Property Details

$resources protected property

protected ResourceManager,Bolt\Configuration $resources
return ResourceManager