Пример #1
0
 public function __construct($installation_data)
 {
     parent::__construct($installation_data);
     require SYS_PATH . '/libraries/spyc/spyc.php';
     self::$_parser = new Spyc();
 }