コード例 #1
0
ファイル: services.inc.php プロジェクト: cjbayliss/alloc
 /**
  * Convert a tf from its name to its tf ID
  * @param mixed $name a tf name
  * @return integer the tf's ID
  */
 public function get_tfID($options)
 {
     return tf::get_tfID($options);
 }