CompilesSessions
trait CompilesSessions
Methods
string
compileSession(string $expression)
Compile the session statements into valid PHP.
string
compileEndsession()
Compile the endsession statements into valid PHP.
Details
at line 12
protected string
compileSession(string $expression)
Compile the session statements into valid PHP.
at line 25
protected string
compileEndsession()
Compile the endsession statements into valid PHP.