PHP Класс PMA\libraries\Footer

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Creates a new class instance
disable ( ) : void Disables the rendering of the footer
getDebugMessage ( ) : string Renders the debug messages
getDisplay ( ) : string Renders the footer
getErrorMessages ( ) : string Renders the link to open a new page
getScripts ( ) : Scripts Returns the Scripts object
getSelfUrl ( ) : string Returns the url of the current page
setAjax ( boolean $isAjax ) : void Set the ajax flag to indicate whether we are servicing an ajax request
setMinimal ( ) : void Turn on minimal display mode

Приватные методы

Метод Описание
_getDemoMessage ( ) : string Returns the message for demo server to error messages
_getSelfLink ( string $url ) : string Renders the link to open a new page
_removeRecursion ( &$object, array $stack = [] ) : object Remove recursions and iterator objects from an object
_setHistory ( ) : void Saves query in history

Описание методов

__construct() публичный Метод

Creates a new class instance
public __construct ( )

disable() публичный Метод

Disables the rendering of the footer
public disable ( ) : void
Результат void

getDebugMessage() публичный Метод

Renders the debug messages
public getDebugMessage ( ) : string
Результат string

getDisplay() публичный Метод

Renders the footer
public getDisplay ( ) : string
Результат string

getErrorMessages() публичный Метод

Renders the link to open a new page
public getErrorMessages ( ) : string
Результат string

getScripts() публичный Метод

Returns the Scripts object
public getScripts ( ) : Scripts
Результат Scripts object

getSelfUrl() публичный Метод

Returns the url of the current page
public getSelfUrl ( ) : string
Результат string

setAjax() публичный Метод

Set the ajax flag to indicate whether we are servicing an ajax request
public setAjax ( boolean $isAjax ) : void
$isAjax boolean Whether we are servicing an ajax request
Результат void

setMinimal() публичный Метод

Turn on minimal display mode
public setMinimal ( ) : void
Результат void