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);
    }