Inspekt\AccessorAbstract::getValue PHP Method

getValue() protected method

Retrieves a value from the cage
Author: Ed Finkler
protected getValue ( string $key ) : mixed
$key string
return mixed
    protected function getValue($key)
    {
        return $this->cage->getValue($key);
    }