Ejemplo n.º 1
0
 /**
  * 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);
 }