CompilesAuthorizations
trait CompilesAuthorizations (View source)
Methods
string
compileCan(string $expression)
Compile the can statements into valid PHP.
string
compileCannot(string $expression)
Compile the cannot statements into valid PHP.
string
compileElsecan(string $expression)
Compile the else-can statements into valid PHP.
string
compileElsecannot(string $expression)
Compile the else-cannot statements into valid PHP.
string
compileEndcan()
Compile the end-can statements into valid PHP.
string
compileEndcannot()
Compile the end-cannot statements into valid PHP.
Details
protected string
compileCan(string $expression)
Compile the can statements into valid PHP.
protected string
compileCannot(string $expression)
Compile the cannot statements into valid PHP.
protected string
compileElsecan(string $expression)
Compile the else-can statements into valid PHP.
protected string
compileElsecannot(string $expression)
Compile the else-cannot statements into valid PHP.
protected string
compileEndcan()
Compile the end-can statements into valid PHP.
protected string
compileEndcannot()
Compile the end-cannot statements into valid PHP.