PHP Class Noherczeg\Breadcrumb\Config

Configuration handler class for the package
Mostrar archivo Open project: noherczeg/breadcrumb Class Usage Examples

Public Methods

Method Description
__construct ( array $fromArray = [] )
dump ( ) : type dump: Returns all the configurations.
value ( String $key = null ) : String value: Returns the value of the requested key.

Method Details

__construct() public method

public __construct ( array $fromArray = [] )
$fromArray array

dump() public method

dump: Returns all the configurations.
public dump ( ) : type
return type

value() public method

value: Returns the value of the requested key.
public value ( String $key = null ) : String
$key String Requested value's key
return String