Doctrine\OrientDB\Query\Command\Property::on PHP 메소드

on() 공개 메소드

Sets the class of the property.
public on ( string $class ) : Property
$class string
리턴 Property
    public function on($class)
    {
        $this->setToken('Class', $class);
        return $this;
    }