Doctrine\OrientDB\Query\CommandInterface::andWhere PHP Method

andWhere() public method

If the $condition contains a "?", it will be replaced by the $value.
public andWhere ( string $condition, string $value = null ) : Command
$condition string
$value string
return Command
    public function andWhere($condition, $value = null);