PHP Класс Flow\Expression\NameExpression

Наследование: extends Flow\Expression
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$name

Открытые методы

Метод Описание
__construct ( $name, $line )
compile ( $compiler, $indent )
raw ( $compiler, $indent )
repr ( $compiler, $indent )

Описание методов

__construct() публичный метод

public __construct ( $name, $line )

compile() публичный метод

public compile ( $compiler, $indent )

raw() публичный метод

public raw ( $compiler, $indent )

repr() публичный метод

public repr ( $compiler, $indent )

Описание свойств

$name защищенное свойство

protected $name