|
Doctrine 1.2.4
|
Inherits Countable, and IteratorAggregate.
Public Member Functions | |
| __construct (Doctrine_Table $table) | |
| add (Doctrine_Record $record) | |
| contains ($oid) | |
| count () | |
| evict ($oid) | |
| evictAll () | |
| get ($oid) | |
| getIterator () | |
| getTable () | |
| loadAll () | |
Definition at line 35 of file Repository.php.
| Doctrine_Table_Repository::__construct | ( | Doctrine_Table | $table | ) |
constructor
| Doctrine_Table | $table |
Definition at line 54 of file Repository.php.
| Doctrine_Table_Repository::add | ( | Doctrine_Record | $record | ) |
add
| Doctrine_Record | $record | record to be added into registry |
Definition at line 75 of file Repository.php.
| Doctrine_Table_Repository::contains | ( | $oid | ) |
contains
| integer | $oid | object identifier |
Definition at line 150 of file Repository.php.
| Doctrine_Table_Repository::count | ( | ) |
count Doctrine_Registry implements interface Countable
Definition at line 105 of file Repository.php.
| Doctrine_Table_Repository::evict | ( | $oid | ) |
| integer | $oid | object identifier |
Definition at line 114 of file Repository.php.
| Doctrine_Table_Repository::evictAll | ( | ) |
Definition at line 126 of file Repository.php.
| Doctrine_Table_Repository::get | ( | $oid | ) |
get
| integer | $oid |
| Doctrine_Table_Repository_Exception |
Definition at line 92 of file Repository.php.
| Doctrine_Table_Repository::getIterator | ( | ) |
getIterator
Definition at line 141 of file Repository.php.
| Doctrine_Table_Repository::getTable | ( | ) |
getTable
Definition at line 64 of file Repository.php.
| Doctrine_Table_Repository::loadAll | ( | ) |