Method | Description | |
---|---|---|
get ( string $identifier ) : mixed | ||
getByPath ( string $path, array $accessors = [] ) : mixed | Get a variable by dotted path expression, retrieving the variable from nested arrays/objects one segment at a time. |
Method | Description | |
---|---|---|
getBooleanValue ( $path ) : boolean | null | Tries to interpret the given path as boolean value, either returns the boolean value or null. |
protected getBooleanValue ( $path ) : boolean | null | ||
$path | ||
return | boolean | null |