XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
JoinConditionsTag.class.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 
12 {
13 
19  function __construct($xml_conditions)
20  {
21  parent::__construct($xml_conditions);
22  $this->condition_groups[0]->conditions[0]->setPipe("");
23  }
24 
25 }
26 /* End of file JoinConditionsTag.class.php */
27 /* Location: ./classes/xml/xmlquery/tags/condition/JoinConditionsTag.class.php */
__construct($xml_conditions)