AddParam(new HtRule_Param('indexfile', 'Index File', HtRule_Param::TYPE_STRING, 'index.php')); parent::__construct(); } public function __toString() { $name = self::GetName(); $file = str_replace('.', '\\.', $this->params['indexfile']->Value()); return <<