Go\Aop\Framework\ClassFieldAccess::getValue PHP Метод

getValue() публичный Метод

Gets the current value of property
public getValue ( ) : mixed
Результат mixed
    public function &getValue()
    {
        $value =& $this->value;
        return $value;
    }