function prepare()
 {
     $this->expression->prepare();
     parent::prepare();
 }
예제 #2
0
 function prepare()
 {
     foreach (array_keys($this->attributeNodes) as $key) {
         $this->attributeNodes[$key]->prepare();
     }
     parent::prepare();
 }