XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
StarExpression.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 
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 */