api/symfony/Component/AssetMapper/Path/PublicAssetsFilesystemInterface.yaml

34 lines
704 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: PublicAssetsFilesystemInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: write
visibility: public
parameters:
- name: path
- name: contents
comment: '# * Writes asset files to their public location.
# */
# interface PublicAssetsFilesystemInterface
# {
# /**
# * Write the contents of a file to the public location.'
- name: copy
visibility: public
parameters:
- name: originPath
- name: path
comment: '# * Copy a local file to the public location.'
- name: getDestinationPath
visibility: public
parameters: []
comment: '# * A string representation of the public directory, used for feedback.'
traits: []
interfaces: []