/** * 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); }