예제 #1
0
 public function toString() {
     $buf = "";
     if ($this->hasSelectors()) {
         $buf .= "{select: ";
         $buf .= parent::toString();
         $buf .= "}";
     }
     return $buf;
 }