Doctrine\OrientDB\Query\Command\PropertyInterface::on PHP Method

on() public method

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