MediaWiki  1.23.13
MySQLMasterPos Class Reference
Inheritance diagram for MySQLMasterPos:
Collaboration diagram for MySQLMasterPos:

Public Member Functions

 __construct ( $file, $pos)
 
 __toString ()
 
 hasReached (MySQLMasterPos $pos)
 

Public Attributes

string $file
 
int $pos
 timestamp * More...
 

Protected Member Functions

 getCoordinates ()
 

Detailed Description

Definition at line 1279 of file DatabaseMysqlBase.php.

Constructor & Destructor Documentation

◆ __construct()

MySQLMasterPos::__construct (   $file,
  $pos 
)

Definition at line 1284 of file DatabaseMysqlBase.php.

References $file, $pos, and file.

Member Function Documentation

◆ __toString()

MySQLMasterPos::__toString ( )

Definition at line 1289 of file DatabaseMysqlBase.php.

◆ getCoordinates()

MySQLMasterPos::getCoordinates ( )
protected
Returns
array|false (int, int)

Definition at line 1297 of file DatabaseMysqlBase.php.

References array().

Referenced by hasReached().

◆ hasReached()

MySQLMasterPos::hasReached ( MySQLMasterPos  $pos)

Definition at line 1306 of file DatabaseMysqlBase.php.

References $pos, and getCoordinates().

Member Data Documentation

◆ $file

string MySQLMasterPos::$file

Definition at line 1280 of file DatabaseMysqlBase.php.

Referenced by __construct().

◆ $pos

int MySQLMasterPos::$pos

timestamp *

Definition at line 1282 of file DatabaseMysqlBase.php.

Referenced by __construct(), and hasReached().


The documentation for this class was generated from the following file: