Doctrine\OrientDB\Query\CommandInterface::where PHP Метод

where() публичный Метод

You can set the $condition using a trailing question mark, that will be replaced and safely quoted with the $value. Where conditions can be nested using the $append parameter and pre-fixed with the right $clause preposition (WHERE, AND, OR).
public where ( string $condition, mixed $value = null, boolean $append = false, string $clause = "WHERE" )
$condition string
$value mixed
$append boolean
$clause string
    public function where($condition, $value = null, $append = false, $clause = "WHERE");