composer package updates
[openemr.git] / vendor / zendframework / zend-permissions-acl / src / ProprietaryInterface.php
blob00a388ac374e1ab61b85d36e2af0ec42cec0228c
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-permissions-acl for the canonical source repository
4 * @copyright Copyright (c) 2018 Zend Technologies USA Inc. (https://www.zend.com)
5 * @license https://github.com/zendframework/zend-permissions-acl/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Permissions\Acl;
10 /**
11 * Applicable to Resources and Roles.
13 * Provides information about the owner of some object. Used in conjunction
14 * with the Ownership assertion.
16 interface ProprietaryInterface
18 /**
19 * @return mixed
21 public function getOwnerId();