Example #1
0
 /**
 @deprecated since version 2.2 : $core->meta is always defined
 @see getMetaRecordset
 static version of getMetaRecordset
 */
 public static function getMetaRecord($core, $str, $type)
 {
     $meta = new self($core);
     return $meta->getMetaRecordset($str, $type);
 }