Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-permissions-acl/src/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-permissions-acl/src/ProprietaryInterface.php

<?php

declare(strict_types=1);

namespace Laminas\Permissions\Acl;

/**
 * Applicable to Resources and Roles.
 *
 * Provides information about the owner of some object. Used in conjunction
 * with the Ownership assertion.
 */
interface ProprietaryInterface
{
    /**
     * @return mixed
     */
    public function getOwnerId();
}