AuthComponent.php (cakephp-4.2.2) | : | AuthComponent.php (cakephp-4.2.3) | ||
---|---|---|---|---|
skipping to change at line 52 | skipping to change at line 52 | |||
* @link https://book.cakephp.org/4/en/controllers/components/authentication.htm l | * @link https://book.cakephp.org/4/en/controllers/components/authentication.htm l | |||
* @deprecated 4.0.0 Use the cakephp/authentication and cakephp/authorization pl ugins instead. | * @deprecated 4.0.0 Use the cakephp/authentication and cakephp/authorization pl ugins instead. | |||
* @see https://github.com/cakephp/authentication | * @see https://github.com/cakephp/authentication | |||
* @see https://github.com/cakephp/authorization | * @see https://github.com/cakephp/authorization | |||
*/ | */ | |||
class AuthComponent extends Component implements EventDispatcherInterface | class AuthComponent extends Component implements EventDispatcherInterface | |||
{ | { | |||
use EventDispatcherTrait; | use EventDispatcherTrait; | |||
/** | /** | |||
* The query string key used for remembering the referrered page when gettin g | * The query string key used for remembering the referred page when getting | |||
* redirected to login. | * redirected to login. | |||
* | * | |||
* @var string | * @var string | |||
*/ | */ | |||
public const QUERY_STRING_REDIRECT = 'redirect'; | public const QUERY_STRING_REDIRECT = 'redirect'; | |||
/** | /** | |||
* Constant for 'all' | * Constant for 'all' | |||
* | * | |||
* @var string | * @var string | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |