Ejemplo n.º 1
0
 /**
  * Check if the plugin is registered.
  *
  * @param string $plugin
  * @return boolean 
  * @static 
  */
 public static function pluginCollectionIsRegistered($plugin)
 {
     return \hisorange\BrowserDetect\Parser::pluginCollectionIsRegistered($plugin);
 }