path = $path; } private function __clone() { // TODO: Implement __clone() method. } static function getInstance() { if(!(self::$_instance)){ self::$_instance = new self(); } return self::$_instance; } }