lithium\tests\mocks\data\source\MockMongoConnection::remove PHP Method

remove() public method

public remove ( $conditions, $options )
    public function remove($conditions, $options)
    {
        return $this->_record(__FUNCTION__, compact('conditions', 'options'));
    }