DBTableRepository Class Reference
[Model]
Centralized repository of table definitions. More...
Static Public Member Functions |
|
static | get ($name) |
static | register (IDBTable $table, $name=false) |
Static Public Attributes |
|
static | $tables = array() |
Detailed Description
Centralized repository of table definitions.
Definition at line 8 of file dbtablerepository.cls.php.
Member Function Documentation
static DBTableRepository::get | ( | $ | name | ) | [static] |
Definition at line 18 of file dbtablerepository.cls.php.
00018 { 00019 return Arr::get_item(self::$tables, $name, false); 00020 }
Definition at line 11 of file dbtablerepository.cls.php.
Member Data Documentation
DBTableRepository::$tables = array()
[static] |
Definition at line 9 of file dbtablerepository.cls.php.
The documentation for this class was generated from the following file:
- gyro/core/model/base/dbtablerepository.cls.php