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