MessagePack\Tests\Perf\Writer\TableWriter::__construct PHP Method

__construct() public method

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