rmrevin\yii\minify\HtmlCompressor::html_compress PHP 메소드

html_compress() 개인적인 메소드

사용 중단:
private html_compress ( $data, null | array $options = null ) : boolean | mixed | string
$data
$options null | array
리턴 boolean | mixed | string
    private function html_compress($data, $options = null)
    {
        \Yii::warning(sprintf('You are using an deprecated method `%s`.', 'html_compress'));
        return $this->htmlCompress($data, $options);
    }