コード例 #1
0
ファイル: op.php プロジェクト: TeigneuX/php-websocket
 function to_string($idt = '', $name = __CLASS__)
 {
     return parent::to_string($idt, $name . ' ' . $this->operator);
 }
コード例 #2
0
ファイル: In.php プロジェクト: NaszvadiG/Base-CodeIgniter-App
 function to_string($idt = '', $name = __CLASS__)
 {
     return parent::to_string($idt, $name . ($this->negated ? '!' : ''));
 }