Exemplo n.º 1
0
 function to_string($idt = '', $name = __CLASS__)
 {
     return parent::to_string($idt, $name . ' ' . $this->operator);
 }
Exemplo n.º 2
0
 function to_string($idt = '', $name = __CLASS__)
 {
     return parent::to_string($idt, $name . ($this->negated ? '!' : ''));
 }