コード例 #1
0
ファイル: Facade.class.php プロジェクト: evilgeny/bob
 /**
  * @see	RM_Wizard_Mapper::table()
  **/
 public function table($name)
 {
     return $this->_mapper->table($name);
 }