Storm\Core\Object\Expressions\AssignmentExpression::GetProperty PHP Метод

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

public GetProperty ( ) : Storm\Core\Object\IProperty
Результат Storm\Core\Object\IProperty The assigned property
    public function GetProperty()
    {
        return $this->AssignToPropertyExpression->GetProperty();
    }
AssignmentExpression