MediaData::getBasePath PHP Method

getBasePath() public static method

Path to protected file storage.
public static getBasePath ( ) : string
return string
    public static function getBasePath()
    {
        return Yii::app()->basePath . '/media_data';
    }