XpressEngine Core
1.11.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
classes
db
queryparts
table
IndexHint.class.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
3
9
class
IndexHint
10
{
11
16
var
$index_name
;
17
22
var
$index_hint_type
;
23
30
function
__construct
(
$index_name
,
$index_hint_type
)
31
{
32
$this->index_name =
$index_name
;
33
$this->index_hint_type =
$index_hint_type
;
34
}
35
36
function
getIndexName
()
37
{
38
return
$this->index_name
;
39
}
40
41
function
getIndexHintType
()
42
{
43
return
$this->index_hint_type
;
44
}
45
46
}
47
/* End of file IndexHint.class.php */
48
/* Location: ./classes/db/queryparts/table/IndexHint.class.php */
IndexHint\getIndexHintType
getIndexHintType()
Definition:
IndexHint.class.php:41
IndexHint\$index_hint_type
$index_hint_type
Definition:
IndexHint.class.php:22
IndexHint\$index_name
$index_name
Definition:
IndexHint.class.php:16
IndexHint\getIndexName
getIndexName()
Definition:
IndexHint.class.php:36
IndexHint\__construct
__construct($index_name, $index_hint_type)
Definition:
IndexHint.class.php:30
IndexHint
Definition:
IndexHint.class.php:9
Generated on Tue Dec 18 2018 17:04:25 for XpressEngine Core by
1.8.5