Stud.IP
6.0
|
Public Member Functions | |
registerBlockTypes (array $otherBlockTypes) | |
registerContainerTypes (array $otherContainerTypes) | |
Interface for a courseware plugin.
registerBlockTypes | ( | array | $otherBlockTypes | ) |
Implement this method to register more block types.
You get the current list of block types and must return an updated list containing your own block types.
array | $otherBlockTypes | the current list of block types |
registerContainerTypes | ( | array | $otherContainerTypes | ) |
Implement this method to register more container types.
You get the current list of container types and must return an updated list containing your own container types.
array | $otherContainerTypes | the current list of container types |