コード例 #1
0
ファイル: Files.php プロジェクト: br00k/tnc-web
 /**
  * not necessary?
  *
  */
 public function insert(array $data)
 {
     return parent::insert($data);
 }
コード例 #2
0
ファイル: Locations.php プロジェクト: GEANT/CORE
 public function init()
 {
     parent::init();
 }