41 lines
875 B
YAML
41 lines
875 B
YAML
name: SerializedParsedExpression
|
|
class_comment: '# * Represents an already serialized parsed expression.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies:
|
|
- name: Node
|
|
type: class
|
|
source: Symfony\Component\ExpressionLanguage\Node\Node
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: expression
|
|
- name: nodes
|
|
comment: '# * Represents an already serialized parsed expression.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>
|
|
|
|
# */
|
|
|
|
# class SerializedParsedExpression extends ParsedExpression
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * @param string $expression An expression
|
|
|
|
# * @param string $nodes The serialized nodes for the expression'
|
|
- name: getNodes
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\ExpressionLanguage\Node\Node
|
|
interfaces: []
|