Exemplo n.º 1
0
 /**
  * wrapper for parsing using html-formatted strings
  * @param $string
  * @param null $names
  * @return array
  */
 public static function parseMetaTagsFromHtmlString($string, $names = NULL)
 {
     return MetaParser::parse($string, $names);
 }