Prado\TApplicationComponent::publishFilePath PHP Метод

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

Publishes a file or directory and returns its URL.
public publishFilePath ( $fullPath, $checkTimestamp = false ) : string
Результат string URL to the published file or directory
    public function publishFilePath($fullPath, $checkTimestamp = false)
    {
        return Prado::getApplication()->getAssetManager()->publishFilePath($fullPath, $checkTimestamp);
    }