XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
ConditionSubquery.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 
10 {
11 
21  {
22  parent::__construct($column_name, $argument, $operation, $pipe);
23  $this->_value = $this->argument->toString();
24  }
25 
26 }
27 /* End of file ConditionSubquery.class.php */
28 /* Location: ./classes/db/queryparts/condition/ConditionSubquery.class.php */
__construct($column_name, $argument, $operation, $pipe="")