| 1 | <?php |
||
| 24 | class Settings extends Records |
||
| 25 | { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * (non-PHPdoc) |
||
| 29 | * |
||
| 30 | * @see \Craft\BaseRecord::getTableName() |
||
| 31 | */ |
||
| 32 | public function getTableName() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * (non-PHPdoc) |
||
| 39 | * |
||
| 40 | * @see \Craft\BaseRecord::defineAttributes() |
||
| 41 | */ |
||
| 42 | protected function defineAttributes() |
||
| 64 | |||
| 65 | /** |
||
| 66 | * (non-PHPdoc) |
||
| 67 | * |
||
| 68 | * @see \Craft\BaseRecord::defineIndexes() |
||
| 69 | */ |
||
| 70 | public function defineIndexes() |
||
| 85 | } |