Stud.IP  5.4
CoursewarePlugin Interface Reference

Public Member Functions

 registerBlockTypes (array $otherBlockTypes)
 
 registerContainerTypes (array $otherContainerTypes)
 

Detailed Description

Interface for a courseware plugin.

Author
Marcus Eibrink-Lunzenauer lunze.nosp@m.naue.nosp@m.r@ela.nosp@m.n-ev.nosp@m..de GPL2 or any later version
Since
Stud.IP 5.0

Member Function Documentation

◆ registerBlockTypes()

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.

Parameters
array$otherBlockTypesthe current list of block types
Returns
array the updated list of block types

◆ registerContainerTypes()

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.

Parameters
array$otherContainerTypesthe current list of container types
Returns
array the updated list of container types

The documentation for this interface was generated from the following file: