\pm_Hook_LoginContentInclude

Abstract class for content injection into login page

Summary

Methods
Properties
Constants
init()
getJsConfig()
getJsContent()
getJsOnReadyContent()
getHeadContent()
getBodyContent()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A

Methods

init()

init() 

Init routines generating content using other APIs (e.g. pm_View_Status)

getJsConfig()

getJsConfig() : array

Retrieve key-value array which will be encoded into JSON and added to HTML head tag as JavaScript block

Returns

array

getJsContent()

getJsContent() : string

Retrieve JavaScript code which will be added to HTML head tag

Returns

string

getJsOnReadyContent()

getJsOnReadyContent() : string

Retrieve JavaScript code which will be added to HTML head tag and fired after DOMReady event

Returns

string

getHeadContent()

getHeadContent() : string

Retrieve additional HTML content which will be added to HTML head tag

Returns

string

getBodyContent()

getBodyContent() : string

Retrieve additional HTML content which will be added to HTML body tag

Returns

string