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

List of all members.

Public Member Functions

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

Public Attributes

 $file
 $pos

Protected Member Functions

 getCoordinates ()

Detailed Description

Definition at line 1131 of file DatabaseMysqlBase.php.


Constructor & Destructor Documentation

MySQLMasterPos::__construct ( file,
pos 
)

Definition at line 1134 of file DatabaseMysqlBase.php.

References $file, $pos, and file.


Member Function Documentation

Definition at line 1139 of file DatabaseMysqlBase.php.

Returns:
array|false (int, int)

Definition at line 1147 of file DatabaseMysqlBase.php.

Referenced by hasReached().

Definition at line 1155 of file DatabaseMysqlBase.php.

References getCoordinates().


Member Data Documentation

MySQLMasterPos::$file

Definition at line 1132 of file DatabaseMysqlBase.php.

Referenced by __construct().

MySQLMasterPos::$pos

Definition at line 1132 of file DatabaseMysqlBase.php.

Referenced by __construct().


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