Zebra\Zpl\Builder::toZpl PHP Method

toZpl() public method

Convert instance to ZPL.
public toZpl ( ) : string
return string
    public function toZpl()
    {
        return implode("\n", array_merge(['^XA'], $this->zpl, ['^XZ']));
    }