Ejemplo n.º 1
0
 /**
  * write boolean
  * @param boolean $b
  */
 public function writeBoolean($b)
 {
     parent::writeBoolean($b);
 }