Documentation

Expression
in package

Represents an expression.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

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

Properties

Methods

__construct()

public __construct(string $expression) : mixed
Parameters
$expression : string
Return values
mixed

__toString()

Gets the expression.

public __toString() : string
Return values
string

Search results