コード例 #1
0
ファイル: DBHandler.php プロジェクト: firaga/operation
 /**
  * @return array
  */
 public function aGetIndexValue($vIndex)
 {
     return $this->_oDB->aGetIndexValue($vIndex);
 }