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