PHPFusion\Rewrite\RewriteDriver::HTML_In PHP Метод

HTML_In() защищенный Метод

Entrance to Permalink from PHP Buffer This function prepares HTML codes to be preg_matched against Permalink Driver Decode everything
protected HTML_In ( $output )
    protected function HTML_In($output)
    {
        $this->output = $output;
        // Do not touch this line
        /**
         * ON - Bbcode on-click incompatibalities. JS will be ruined.
         * ON - Forum does not translate at all - Incompatible with clean_request
         * OFF - Any link encased in a double quote will not be translated.
         */
        //$this->output = str_replace("\"", "'", $output);
        // global $locale;
        //$this->output = html_entity_decode($output, ENT_QUOTES, $locale['charset']);
    }