$name
$name : string
Model representing a template.
$author : string
files() : \League\Flysystem\MountManager
FlySystem filesystem / MountManager containing the template files, base templates files and destination filesystem.
This MountManager has three mounts:
/data/templates
)By combining this in one mount manager it is easier for writers to copy files between destinations (since MountManager's can copy between filesystems) and for writers to read and write from various locations.
offsetSet(int|string $offset, \phpDocumentor\Transformer\Transformation $value) : void
Sets a transformation at the given offset.
int|string | $offset | The offset to place the value at. |
\phpDocumentor\Transformer\Transformation | $value | The transformation to add to this template. |
If an invalid item was received.