/**
  * Set-up a default var
  */
 public function __construct()
 {
     $this->pathPHP = Console::getPathPHP();
     $this->pathConsole = Console::getPathConsole();
 }