예제 #1
0
 protected function _bufferCharacter($char)
 {
     $this->_Token->ensureIsCharacterToken();
     $this->_Token->appendToCharacter($char);
 }