interface
ChangeSetInterface
Methods
string
getName()
Get the symbolic name of the changeset.
requires(string $module, string|array $dependencies)
Declare that $module requires additional dependencies.
alterHtml(string $file, callable $callback)
Declare a change to HTML.
Details
at line 11
string
getName()
Get the symbolic name of the changeset.
at line 20
ChangeSet
requires(string $module, string|array $dependencies)
Declare that $module requires additional dependencies.
at line 36
ChangeSet
alterHtml(string $file, callable $callback)
Declare a change to HTML.