| 1 | <?php |
||
| 10 | class Peer extends AbstractAdapter |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var void |
||
| 14 | */ |
||
| 15 | public $pastName = 'Peer'; |
||
| 16 | protected $fileTpl = "peer.php"; |
||
| 17 | protected $fileFixedData = array ( |
||
| 18 | 'exception' => array ( |
||
| 19 | 'tpl' => "model_exception.php" , |
||
| 20 | 'name' => "Exception" |
||
| 21 | ) |
||
| 22 | ); |
||
| 23 | |||
| 24 | public function parseRelation ( \Classes\MakerFile $makerFile, \Classes\Db\DbTable $dbTable ) |
||
| 28 | } |
||
| 29 |