Exemple #1
0
 public function __construct(Ai1ec_Registry_Object $registry, array $cache_dir)
 {
     parent::__construct($registry);
     $this->_cache_dir = $cache_dir['path'];
     $this->_cache_url = $cache_dir['url'];
 }
Exemple #2
0
 public function __construct(Ai1ec_Registry_Object $registry, $cache_dir)
 {
     parent::__construct($registry);
     $this->cache_dir = $cache_dir;
 }
Exemple #3
0
 public function __construct(Ai1ec_Registry_Object $registry, Ai1ec_Option $option)
 {
     parent::__construct($registry);
     $this->model_option = $option;
 }