29 lines
548 B
YAML
29 lines
548 B
YAML
name: CompilesSessions
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: compileSession
|
|
visibility: protected
|
|
parameters:
|
|
- name: expression
|
|
comment: '# * Compile the session statements into valid PHP.
|
|
|
|
# *
|
|
|
|
# * @param string $expression
|
|
|
|
# * @return string'
|
|
- name: compileEndsession
|
|
visibility: protected
|
|
parameters:
|
|
- name: expression
|
|
comment: '# * Compile the endsession statements into valid PHP.
|
|
|
|
# *
|
|
|
|
# * @param string $expression
|
|
|
|
# * @return string'
|
|
traits: []
|
|
interfaces: []
|