PHP Class PMA\libraries\controllers\server\ServerBinlogController

Inheritance: extends PMA\libraries\controllers\Controller
Show file Open project: phpmyadmin/phpmyadmin

Protected Properties

Property Type Description
$binary_logs array binary log files

Public Methods

Method Description
__construct ( ) Constructs ServerBinlogController
indexAction ( ) : void Index action

Private Methods

Method Description
_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.

Method Details

__construct() public method

Constructs ServerBinlogController
public __construct ( )

indexAction() public method

Index action
public indexAction ( ) : void
return void

Property Details

$binary_logs protected property

array binary log files
protected $binary_logs