Example #1
0
 /**
  * get id
  *
  * @param      <type>  $_tags  The tags
  */
 public static function get_multi_id($_tags)
 {
     return \lib\db\terms::get_multi_id($_tags, 'tag');
 }
Example #2
0
 /**
  * Gets the multi record of cats
  *
  * @param      <type>  $_term_type  The term type
  *
  * @return     <type>  The multi.
  */
 public static function get_multi($_term_type)
 {
     return \lib\db\terms::get_multi(['term_type' => $_term_type]);
 }