Exemplo n.º 1
0
 /**
  * Returns whether the tag area is enabled
  *
  * @param string $component component responsible for tagging
  * @param string $itemtype what is being tagged, for example, 'post', 'course', 'user', etc.
  * @return bool|null
  */
 public static function is_enabled($component, $itemtype)
 {
     return core_tag_area::is_enabled($component, $itemtype);
 }