Solar_Sql_Model_Collection::removeOne()

public void Solar_Sql_Model_Collection::removeOne ( mixed $spec )

Removes one record from the collection but does not delete it from the database.

Parameters

  • (mixed) $spec: If a Solar_Sql_Model_Record, looks up the record in the collection and deletes it. Otherwise, is treated as an offset value (not a record primary key value) and that record is removed.

Returns

  • (void)

Description

Removes one record from the collection but does not delete it from the database.

See Also



Local