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

orWhere() public method

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