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

34 lines
684 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: RequestStackContext
class_comment: '# * Uses a RequestStack to populate the context.
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies:
- name: RequestStack
type: class
source: Symfony\Component\HttpFoundation\RequestStack
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: requestStack
- name: basePath
default: ''''''
- name: secure
default: 'false'
comment: null
- name: getBasePath
visibility: public
parameters: []
comment: null
- name: isSecure
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\HttpFoundation\RequestStack
interfaces:
- ContextInterface