PHP Класс PMA\libraries\controllers\server\ServerBinlogController

Наследование: extends PMA\libraries\controllers\Controller
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$binary_logs array binary log files

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

Метод Описание
__construct ( ) Constructs ServerBinlogController
indexAction ( ) : void Index action

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

Метод Описание
_getAllLogItemInfo ( resource $result, boolean $dontlimitchars ) : string Returns the html for all binary log items.
_getLogInfo ( array $url_params ) : string Returns the html for binary log information.
_getLogSelector ( array $url_params ) : string Returns the html for log selector.
_getNavigationRow ( array $url_params, integer $pos, integer $num_rows, boolean $dontlimitchars ) : string Returns the html for Navigation Row.

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

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

Constructs ServerBinlogController
public __construct ( )

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

Index action
public indexAction ( ) : void
Результат void

Описание свойств

$binary_logs защищенное свойство

array binary log files
protected $binary_logs