laravel-printing
Cups
Entities
On this page
Introduction
The Printer
and PrintJob
entities returned from the CUPS
driver offer some additional functionalities to the interfaces they implement.
Printer
Rawilk\Printing\Drivers\Cups\Entity\Printer
Here is a basic reference to the additional information provided by a CUPS Printer object. See Printer for more information about the base printer object.
Methods
id
string
The ID of a printer retrieved from CUPS will be a uri to the printer on your CUPS server.
printer
Rawilk\Printing\Api\Cups\Resources\Printer
Returns an instance of the printer resource retrieved from CUPS.
PrintJob
Rawilk\Printing\Drivers\Cups\Entity\PrintJob
Here is a basic reference to the additional information provided by a CUPS PrintJob object. See PrintJob for more information about the base print job object.
Methods
id
string
The ID of a print job retrieved from CUPS will be a uri to the job on your CUPS server.
job
Rawilk\Printing\Api\Cups\Resources\PrintJob
Returns an instance of the print job retrieved from CUPS.