lithium\data\Source::delete()

abstract public method

Abstract. Must be defined by child classes.

Parameters

  • mixed $query
  • array $options

Returns

boolean

Returns true if the operation was a success, otherwise false.

Source

	abstract public function delete($query, array $options = array());