/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authentication/src
NameSizeModeActions
Authenticator/-0755rm
Controller/-0755rm
Identifier/-0755rm
Middleware/-0755rm
PasswordHasher/-0755rm
UrlChecker/-0755rm
View/-0755rm
AbstractCollection.php14650644editdlrm
AuthenticationService.php169870644editdlrm
AuthenticationServiceInterface.php34430644editdlrm
AuthenticationServiceProviderInterface.php11140644editdlrm
Identity.php46490644editdlrm
IdentityInterface.php10250644editdlrm
Plugin.php9980644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authentication/src/AbstractCollection.php (1465B)
setConfig($config); foreach ($config as $key => $value) { if (is_int($key)) { $this->load($value); continue; } $this->load($key, $value); } } /** * Returns true if a collection is empty. * * @return bool */ public function isEmpty(): bool { return empty($this->_loaded); } }