Doctrine\OrientDB\Query\Command\Property::setProperty PHP Метод

setProperty() защищенный Метод

Sets the $property in the query.
protected setProperty ( string $property )
$property string
    protected function setProperty($property)
    {
        $this->setToken('Property', $property);
    }