PartedModule
in
Interface PartedModule
Module implementing this interface can be loaded partly.
Parts can be defined by marking methods with @part
annotations.
Part of modules can be loaded by specifying part (or several parts) in config:
modules:
enabled: [MyModule]
config:
MyModule:
part: usefulActions
Table of Contents
Methods
- _parts() : mixed
Methods
_parts()
public
_parts() : mixed