rmrevin\yii\minify\components\MinifyComponent::getAbsoluteFilePath PHP Метод

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

protected getAbsoluteFilePath ( string $file ) : string
$file string
Результат string
    protected function getAbsoluteFilePath($file)
    {
        return \Yii::getAlias($this->view->base_path) . str_replace(\Yii::getAlias($this->view->web_path), '', $this->cleanFileName($file));
    }