Exemplo n.º 1
0
 function append($buf)
 {
     $this->buffer = StringBuffer::concat(array($this->buffer, $buf));
 }