PHP Interface Doctrine\OrientDB\Query\Command\PropertyInterface

Datei anzeigen Open project: doctrine/orientdb-odm

Public Methods

Method Description
on ( string $class ) : Property Sets the class of the property to manipulate.

Method Details

on() public method

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