lithium\data\Source::delete PHP Method

delete() abstract public method

Abstract. Must be defined by child classes.
abstract public delete ( mixed $query, array $options = [] ) : boolean
$query mixed
$options array
return boolean Returns true if the operation was a success, otherwise false.
    public abstract function delete($query, array $options = array());