36 lines
858 B
YAML
36 lines
858 B
YAML
|
name: FunctionNodeTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: ConstantNode
|
||
|
type: class
|
||
|
source: Symfony\Component\ExpressionLanguage\Node\ConstantNode
|
||
|
- name: FunctionNode
|
||
|
type: class
|
||
|
source: Symfony\Component\ExpressionLanguage\Node\FunctionNode
|
||
|
- name: Node
|
||
|
type: class
|
||
|
source: Symfony\Component\ExpressionLanguage\Node\Node
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: getEvaluateData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getCompileData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getDumpData
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getCallables
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\ExpressionLanguage\Node\ConstantNode
|
||
|
- Symfony\Component\ExpressionLanguage\Node\FunctionNode
|
||
|
- Symfony\Component\ExpressionLanguage\Node\Node
|
||
|
interfaces: []
|