mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
:octocat: added QRData::getBitBuffer()
This commit is contained in:
@@ -87,6 +87,15 @@ final class QRData{
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the current BitBuffer instance
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function getBitBuffer():BitBuffer{
|
||||
return $this->bitBuffer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets a BitBuffer object
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user