Example #1
0
 public function getOutput()
 {
     return $this->output ?: File::generateFilepath('dispatcher', getcwd());
 }
Example #2
0
 public function __construct($loader = '')
 {
     $this->loader = $loader ?: File::generateFilepath('activemongo2', getcwd());
     $this->cache = new Cache\Cache();
 }