215 lines
5.2 KiB
YAML
215 lines
5.2 KiB
YAML
|
name: JsonDescriptor
|
||
|
class_comment: "# * @author Jean-Fran\xE7ois Simon <jeanfrancois.simon@sensiolabs.com>\n\
|
||
|
# *\n# * @internal"
|
||
|
dependencies:
|
||
|
- name: LogicException
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Exception\LogicException
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Exception\RuntimeException
|
||
|
- name: Alias
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Alias
|
||
|
- name: AbstractArgument
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Argument\AbstractArgument
|
||
|
- name: ArgumentInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Argument\ArgumentInterface
|
||
|
- name: ServiceClosureArgument
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
|
||
|
- name: ContainerBuilder
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- name: Definition
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Definition
|
||
|
- name: ParameterBag
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\ParameterBag\ParameterBag
|
||
|
- name: Reference
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Reference
|
||
|
- name: EventDispatcherInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\EventDispatcher\EventDispatcherInterface
|
||
|
- name: Route
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\Route
|
||
|
- name: RouteCollection
|
||
|
type: class
|
||
|
source: Symfony\Component\Routing\RouteCollection
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: describeRouteCollection
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: routes
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeRoute
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: route
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerParameters
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: parameters
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerTags
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: container
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerService
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: service
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
- name: container
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: describeContainerServices
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: container
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerDefinition
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: definition
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
- name: container
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: describeContainerAlias
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: alias
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
- name: container
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: describeEventDispatcherListeners
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: eventDispatcher
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeCallable
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: callable
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerParameter
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: parameter
|
||
|
- name: deprecation
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerEnvVars
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: envs
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: describeContainerDeprecations
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: container
|
||
|
- name: options
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: writeData
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: options
|
||
|
comment: null
|
||
|
- name: getRouteData
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: route
|
||
|
comment: null
|
||
|
- name: sortParameters
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: parameters
|
||
|
comment: null
|
||
|
- name: getContainerDefinitionData
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: definition
|
||
|
- name: omitTags
|
||
|
default: 'false'
|
||
|
- name: showArguments
|
||
|
default: 'false'
|
||
|
- name: container
|
||
|
default: 'null'
|
||
|
- name: id
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: getContainerAliasData
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: alias
|
||
|
comment: null
|
||
|
- name: getEventDispatcherListenersData
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: eventDispatcher
|
||
|
- name: options
|
||
|
comment: null
|
||
|
- name: getCallableData
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: callable
|
||
|
comment: null
|
||
|
- name: describeValue
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: omitTags
|
||
|
- name: showArguments
|
||
|
- name: container
|
||
|
default: 'null'
|
||
|
- name: id
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Exception\LogicException
|
||
|
- Symfony\Component\Console\Exception\RuntimeException
|
||
|
- Symfony\Component\DependencyInjection\Alias
|
||
|
- Symfony\Component\DependencyInjection\Argument\AbstractArgument
|
||
|
- Symfony\Component\DependencyInjection\Argument\ArgumentInterface
|
||
|
- Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
|
||
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- Symfony\Component\DependencyInjection\Definition
|
||
|
- Symfony\Component\DependencyInjection\ParameterBag\ParameterBag
|
||
|
- Symfony\Component\DependencyInjection\Reference
|
||
|
- Symfony\Component\EventDispatcher\EventDispatcherInterface
|
||
|
- Symfony\Component\Routing\Route
|
||
|
- Symfony\Component\Routing\RouteCollection
|
||
|
interfaces: []
|