PHP Class Noherczeg\Breadcrumb\Config

Configuration handler class for the package
Afficher le fichier Open project: noherczeg/breadcrumb Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

dump() public méthode

dump: Returns all the configurations.
public dump ( ) : type
Résultat type

value() public méthode

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