Neos\Flow\Tests\Functional\Security\Fixtures\RestrictableEntity::getOwnerAccount PHP 메소드

getOwnerAccount() 공개 메소드

public getOwnerAccount ( ) : Account
리턴 Neos\Flow\Security\Account
    public function getOwnerAccount()
    {
        return $this->ownerAccount;
    }