예제 #1
0
파일: Feed.php 프로젝트: techart/tao
 /**
  * Выполняет инициализацию модуля
  *
  */
 public static function initialize()
 {
     self::$parser = new XML_Feed_Parser();
 }