PHPFusion\Comments::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $this->settings = fusion_get_settings();
        $this->locale = fusion_get_locale("", LOCALE . LOCALESET . "comments.php");
        $this->userdata = fusion_get_userdata();
        $this->postLink = FUSION_SELF . (FUSION_QUERY ? "?" . FUSION_QUERY : "");
        $this->postLink = preg_replace("^(&|\\?)c_action=(edit|delete)&comment_id=\\d*^", "", $this->postLink);
        $_GET['comment'] = isset($_GET['comment']) && isnum($_GET['comment']) ? $_GET['comment'] : 0;
    }