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

30 lines
504 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ContextInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: getBasePath
visibility: public
parameters: []
comment: '# * Holds information about the current request.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# interface ContextInterface
# {
# /**
# * Gets the base path.'
- name: isSecure
visibility: public
parameters: []
comment: '# * Checks whether the request is secure or not.'
traits: []
interfaces: []