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
expression
StarExpression.class.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
3
12
class
StarExpression
extends
SelectExpression
13
{
14
19
function
__construct
()
20
{
21
parent::__construct(
"*"
);
22
}
23
24
function
getArgument
()
25
{
26
return
null;
27
}
28
29
function
getArguments
()
30
{
31
// StarExpression has no arguments
32
return
array();
33
}
34
35
}
36
/* End of file StarExpression.class.php */
37
/* Location: ./classes/db/queryparts/expression/StarExpression.class.php */
StarExpression\getArgument
getArgument()
Definition:
StarExpression.class.php:24
StarExpression\getArguments
getArguments()
Definition:
StarExpression.class.php:29
StarExpression\__construct
__construct()
Definition:
StarExpression.class.php:19
SelectExpression
Definition:
SelectExpression.class.php:18
StarExpression
Definition:
StarExpression.class.php:12
Generated on Tue Dec 18 2018 17:04:25 for XpressEngine Core by
1.8.5