Page MenuHomeGitPull.it
Diviner Tech Docs PhorgeRemarkupReferenceModule

abstract class PhorgeRemarkupReferenceModule
Phorge Technical Documentation (Remarkup)

This class is not documented.

Methods

abstract public function getModuleKey()

Also the URI!

Return
wild

abstract public function getTitle()

This method is not documented.
Return
wild

abstract public function getModuleOrder()

This method is not documented.
Return
wild

abstract public function getContent()

For now, the returned string will be processed by the Remarkup processor. Later, we might allow returning fancier things.

Return
string

public static function getAllModules()

This method is not documented.
Return
wild

public static function findModule($key)

This method is not documented.
Parameters
$key
Return
PhorgeRemarkupReferenceModule|null