PHP Class Doctrine\OrientDB\Query\Command\Property

Inheritance: extends Doctrine\OrientDB\Query\Command, implements Doctrine\OrientDB\Query\Command\PropertyInterface
Datei anzeigen Open project: doctrine/orientdb-odm Class Usage Examples

Public Methods

Method Description
__construct ( $property ) Builds a new statement setting the $property to manipulate.
on ( string $class ) : Property Sets the class of the property.

Protected Methods

Method Description
setProperty ( string $property ) Sets the $property in the query.

Method Details

__construct() public method

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

on() public method

Sets the class of the property.
public on ( string $class ) : Property
$class string
return Property

setProperty() protected method

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