if (empty( $this->url ) && !empty( $this->name )) {
            $this->url = sprintf("modules.php?name=%s", $this->name);
        }