class SecurityHelper extends Helper
SecurityHelper provides read-only access to the security checker.
Methods
setCharset(string $charset) Sets the default charset. | from Helper | |
string | getCharset() Gets the default charset. | from Helper |
__construct(AuthorizationCheckerInterface $securityChecker = null) | ||
isGranted($role, $object = null, $field = null) | ||
string | getName() Returns the canonical name of this helper. |
Details
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
__construct(AuthorizationCheckerInterface $securityChecker = null)
isGranted($role, $object = null, $field = null)
string getName()
Returns the canonical name of this helper.
Please login to continue.