Ejemplo n.º 1
0
 /**
  *
  * Ctor
  */
 public function __construct()
 {
     $this->log = LoggerFactory::get($this);
     $this->cacheDir = __DIR__ . '/../../../app/cache';
 }
Ejemplo n.º 2
0
 /**
  *
  * Ctor
  */
 public function __construct()
 {
     $this->results = new ResultContainer();
     $this->log = LoggerFactory::get($this);
 }