| 1 | <?php |
||
| 11 | class Granted implements Operation |
||
| 12 | { |
||
| 13 | private $grantableCollection; |
||
| 14 | |||
| 15 | private $owner; |
||
| 16 | |||
| 17 | 34 | public function __construct(GrantableOwner $owner, Collection $grantableCollection) |
|
| 22 | |||
| 23 | public function getGrantableCollection(): Collection |
||
| 27 | |||
| 28 | public function getOwner(): GrantableOwner |
||
| 32 | } |
||
| 33 |