pathPHP = Console::getPathPHP(); $this->pathConsole = Console::getPathConsole(); } /** * See if a particular command matches the one passed via the command line * @param {String} the command to check * * @return {Boolean} the result of the test */ public function test($command) { return ($command == str_replace(":","",$this->command)); } }