29 lines
504 B
YAML
29 lines
504 B
YAML
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: []
|