Inspekt\AccessorAbstract::getValue PHP Метод

getValue() защищенный Метод

Retrieves a value from the cage
Автор: Ed Finkler
protected getValue ( string $key ) : mixed
$key string
Результат mixed
    protected function getValue($key)
    {
        return $this->cage->getValue($key);
    }