Components_Module_Base::getContextOptionHelp PHP Method

getContextOptionHelp() public method

Return the options that should be explained in the context help.
public getContextOptionHelp ( ) : array
return array A list of option help texts.
    public function getContextOptionHelp()
    {
        return array();
    }