20 lines
356 B
YAML
20 lines
356 B
YAML
name: NullContext
|
|
class_comment: '# * A context that does nothing.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: getBasePath
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: isSecure
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits: []
|
|
interfaces:
|
|
- ContextInterface
|