Neos\Flow\Tests\Functional\Security\Fixtures\RestrictableEntity::getOwnerAccount PHP Method

getOwnerAccount() public method

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