PublicAssetsFilesystemInterface
interface PublicAssetsFilesystemInterface
Writes asset files to their public location.
Methods
void
write(string$path,string$contents)
Write the contents of a file to the public location.
void
copy(string$originPath,string$path)
Copy a local file to the public location.
string
getDestinationPath()
A string representation of the public directory, used for feedback.