PHP Класс Doctrine\OrientDB\Query\Command\Property

Наследование: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\PropertyInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( $property ) Builds a new statement setting the $property to manipulate.
on ( string $class ) : Property Sets the class of the property.

Защищенные методы

Метод Описание
setProperty ( string $property ) Sets the $property in the query.

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

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

Builds a new statement setting the $property to manipulate.
public __construct ( $property )
$property

on() публичный Метод

Sets the class of the property.
public on ( string $class ) : Property
$class string
Результат Property

setProperty() защищенный Метод

Sets the $property in the query.
protected setProperty ( string $property )
$property string