Documentation

SerializedParsedExpression extends ParsedExpression
in package

Represents an already parsed expression.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$expression  : mixed
$nodes  : mixed
__construct()  : mixed
__toString()  : string
Gets the expression.
getNodes()  : mixed

Properties

Methods

__construct()

public __construct(string $expression, string $nodes) : mixed
Parameters
$expression : string

An expression

$nodes : string

The serialized nodes for the expression

Return values
mixed

__toString()

Gets the expression.

public __toString() : string
Return values
string

Search results