platform/api/symfony/Component/Asset/Context/NullContext.yaml

21 lines
356 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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