Свойство | Тип | Описание | |
---|---|---|---|
$cage | string | the cage object this is attached to, provided in the constructor |
Метод | Описание | |
---|---|---|
__construct ( |
constructor | |
run ( string $key = null ) : mixed | This executes the accessor on the key, either passed as the only argument, or the first value in $this->args; |
Метод | Описание | |
---|---|---|
getValue ( string $key ) : mixed | Retrieves a value from the cage | |
inspekt ( $val ) : mixed | ||
walkArray ( mixed $input ) : mixed | If an array is the value of the given key, this method walks the array recursively, applying $this->inspekt on any non-array values |
public __construct ( |
||
$cage | ||
$args | array | optional |
protected string $cage | ||
Результат | string |