コード例 #1
0
ファイル: Bean.php プロジェクト: php-go/db-doctrine
 public function getTable()
 {
     if (empty($this->table)) {
         $this->table = $this->manager->getTable();
     }
     return $this->table;
 }