web\AssetManager getPublishedPath()

getPublishedPath() public method

Returns the published path of a file path.

This method does not perform any publishing. It merely tells you if the file or directory is published, where it will go.

public string|false getPublishedPath ( $path )
$path string

Directory or file path being published

return string|false

String the published file path. False if the file or directory does not exist

doc_Yii
2016-10-30 17:14:37
Comments
Leave a Comment

Please login to continue.