Documentation

Expression
in package

Represents an expression.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$expression  : mixed

Methods

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

Properties

Methods

__construct()

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

__toString()

Gets the expression.

public __toString() : string
Return values
string

        
On this page

Search results