コード例 #1
0
ファイル: Table.class.php プロジェクト: evilgeny/bob
 public function getRowCaption($row)
 {
     return $this->_object->getRowCaption($row);
 }