/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authorization/src
NameSizeModeActions
Command/-0755rm
Controller/-0755rm
Exception/-0755rm
Middleware/-0755rm
Policy/-0755rm
AuthorizationService.php53900644editdlrm
AuthorizationServiceInterface.php31590644editdlrm
AuthorizationServiceProviderInterface.php11400644editdlrm
Identity.php19140644editdlrm
IdentityDecorator.php55730644editdlrm
IdentityInterface.php22410644editdlrm
Plugin.php12970644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authorization/src/Identity.php (1914B)
authorization = $service; $this->identity = $identity; } /** * Get the primary key/id field for the identity. * * @return string|int|null */ public function getIdentifier() { return $this->identity->getIdentifier(); } /** * @inheritDoc */ public function getOriginalData() { return $this->identity->getOriginalData(); } }