PHP Interface Doctrine\OrientDB\Query\Command\PropertyInterface

显示文件 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