MessagePack\Tests\Perf\Writer\TableWriter::__construct PHP Метод

__construct() публичный Метод

public __construct ( $ignoreIncomplete = null )
    public function __construct($ignoreIncomplete = null)
    {
        $this->ignoreIncomplete = null === $ignoreIncomplete ? true : $ignoreIncomplete;
    }