Public Member Functions | |
__construct ($index_name, $index_hint_type) | |
getIndexName () | |
getIndexHintType () | |
Public Attributes | |
$index_name | |
$index_hint_type | |
Definition at line 9 of file IndexHint.class.php.
IndexHint::__construct | ( | $index_name, | |
$index_hint_type | |||
) |
constructor
string | $index_name | |
string | $index_hint_type |
Definition at line 30 of file IndexHint.class.php.
IndexHint::getIndexHintType | ( | ) |
Definition at line 41 of file IndexHint.class.php.
IndexHint::getIndexName | ( | ) |
Definition at line 36 of file IndexHint.class.php.
IndexHint::$index_hint_type |
Definition at line 22 of file IndexHint.class.php.
IndexHint::$index_name |
Definition at line 16 of file IndexHint.class.php.