ChangeSet
class ChangeSet implements ChangeSetInterface
Properties
protected string | $name | ||
protected array | $resFilters | ||
protected array | $htmlFilters |
Methods
static mixed
applyResourceFilters(array $changeSets, string $resourceType, array $resources)
Update a listing of resources.
static ChangeSetInterface
create(string $name)
No description
requires(string $module, string|array $dependencies)
Declare that $module requires additional dependencies.
alterResource(string $resourceType, callable $callback)
Declare a change to a resource.
string
createRegex(string $filterExpr)
Convert a string with a wildcard (*) to a regex.
string
getName()
No description
setName(string $name)
No description
Details
at line 17
static mixed
applyResourceFilters(array $changeSets, string $resourceType, array $resources)
Update a listing of resources.
at line 97
static ChangeSetInterface
create(string $name)
at line 110
ChangeSet
requires(string $module, string|array $dependencies)
Declare that $module requires additional dependencies.
at line 129
ChangeSet
alterResource(string $resourceType, callable $callback)
Declare a change to a resource.
at line 151
ChangeSet
alterHtml(string $file, callable $callback)
Declare a change to HTML.
at line 167
protected string
createRegex(string $filterExpr)
Convert a string with a wildcard (*) to a regex.