コード例 #1
0
 /**
  * method for setting meta tags. The tags will be special encoded
  * @param   array   $ary of metatags e.g. 
  *                         <code>array('description' => 'content of description meta tags')</code>
  *                         or string which will be set direct. E.g. 
  *                         
  */
 public static function setMeta($ary)
 {
     meta::setMeta($ary);
 }