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.

Details

void write(string$path,string$contents)

Write the contents of a file to the public location.

Parameters

string $path
string $contents

Return Value

void

void copy(string$originPath,string$path)

Copy a local file to the public location.

Parameters

string $originPath
string $path

Return Value

void

string getDestinationPath()

A string representation of the public directory, used for feedback.

Return Value

string