38 return $this->
getType() ===
'dir';
48 return $this->
getType() ===
'file';
58 $metadata = $this->filesystem->getMetadata($this->path);
121 array_unshift($arguments, $this->path);
125 return call_user_func_array($callback, $arguments);
128 'Call to undefined method '
isDir()
Check whether the entree is a directory.
getFilesystem()
Retrieve the Filesystem object.
__construct(FilesystemInterface $filesystem=null, $path=null)
Constructor.
getType()
Retrieve the entree type (file|dir).
setFilesystem(FilesystemInterface $filesystem)
Set the Filesystem object.
$metadata['__DYNAMIC:1__']
getPath()
Retrieve the entree path.
Create styles array
The data for the language used.
isFile()
Check whether the entree is a file.
__call($method, array $arguments)
Plugins pass-through.
setPath($path)
Set the entree path.