예제 #1
0
 function __construct($catalog = false, $ssd = false, $locale = 'ru_RU', IGuayquilCache $cache = null)
 {
     parent::__construct($locale, $cache, 'oem');
     $this->catalog = $catalog;
     $this->ssd = $ssd;
 }
예제 #2
0
 function __construct($locale = 'ru_RU', IGuayquilCache $cache = null)
 {
     parent::__construct($locale, $cache, 'prag');
 }