SessionAnonymousTrait
Table of Contents
Methods
- isEnabledLogin() : bool
- isEnabledSignup1() : bool
- isEnabledSignup2() : bool
- isPasswordReminder() : bool
- isPasswordReset() : bool
- throwHttpStatusIfNotLogin() : void
- throwHttpStatusIfNotPasswordReminder() : void
- throwHttpStatusIfNotPasswordReset() : void
- throwHttpStatusIfNotSignup1() : void
- throwHttpStatusIfNotSignup2() : void
- isTrueProperty() : bool
- throwHttpStatusIfIsDisabled() : void
Methods
isEnabledLogin()
protected
isEnabledLogin() : bool
Return values
boolisEnabledSignup1()
protected
isEnabledSignup1() : bool
Return values
boolisEnabledSignup2()
protected
isEnabledSignup2() : bool
Return values
boolisPasswordReminder()
protected
isPasswordReminder() : bool
Return values
boolisPasswordReset()
protected
isPasswordReset() : bool
Return values
boolthrowHttpStatusIfNotLogin()
protected
throwHttpStatusIfNotLogin(HttpStatus $httpStatus) : void
Parameters
- $httpStatus : HttpStatus
throwHttpStatusIfNotPasswordReminder()
protected
throwHttpStatusIfNotPasswordReminder(HttpStatus $httpStatus) : void
Parameters
- $httpStatus : HttpStatus
throwHttpStatusIfNotPasswordReset()
protected
throwHttpStatusIfNotPasswordReset(HttpStatus $httpStatus) : void
Parameters
- $httpStatus : HttpStatus
throwHttpStatusIfNotSignup1()
protected
throwHttpStatusIfNotSignup1(HttpStatus $httpStatus) : void
Parameters
- $httpStatus : HttpStatus
throwHttpStatusIfNotSignup2()
protected
throwHttpStatusIfNotSignup2(HttpStatus $httpStatus) : void
Parameters
- $httpStatus : HttpStatus
isTrueProperty()
private
isTrueProperty(string $propertyName) : bool
Parameters
- $propertyName : string
Return values
boolthrowHttpStatusIfIsDisabled()
private
throwHttpStatusIfIsDisabled(string $propertyName, HttpStatus $httpStatus) : void
Parameters
- $propertyName : string
- $httpStatus : HttpStatus