|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for League\Flysystem\Plugin\GetWithMetadata:
Collaboration diagram for League\Flysystem\Plugin\GetWithMetadata:Public Member Functions | |
| getMethod () | |
| Get the method name. More... | |
| handle ($path, array $metadata) | |
| Get metadata for an object with required metadata. More... | |
Public Member Functions inherited from League\Flysystem\Plugin\AbstractPlugin | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
| getMethod () | |
| Get the method name. More... | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
Additional Inherited Members | |
Protected Attributes inherited from League\Flysystem\Plugin\AbstractPlugin | |
| $filesystem | |
Definition at line 7 of file GetWithMetadata.php.
| League\Flysystem\Plugin\GetWithMetadata::getMethod | ( | ) |
Get the method name.
Implements League\Flysystem\PluginInterface.
Definition at line 14 of file GetWithMetadata.php.
| League\Flysystem\Plugin\GetWithMetadata::handle | ( | $path, | |
| array | $metadata | ||
| ) |
Get metadata for an object with required metadata.
| string | $path | path to file |
| array | $metadata | metadata keys |
| InvalidArgumentException |
Definition at line 29 of file GetWithMetadata.php.