PHP Class Adldap\Models\Printer

Inheritance: extends Entry
Show file Open project: adldap2/adldap2

Public Methods

Method Description
getColorSupported ( ) : null | boolean Returns true / false if the printer can print in color.
getDriverName ( ) : string Returns the driver name of the printer.
getDriverVersion ( ) : string Returns the printer drivers version number.
getDuplexSupported ( ) : null | boolean Returns true / false if the printer supports duplex printing.
getLocation ( ) : string Returns the printers location.
getMediaSupported ( ) : array Returns an array of printer paper types that the printer supports.
getMemory ( ) : string Returns the printers memory.
getPortName ( ) : string Returns the port name of printer.
getPrintBinNames ( ) : array Returns an array of the printers bin names.
getPrintEndTime ( ) : string Returns the printers end time.
getPrintMaxResolution ( ) : string Returns the printers maximum resolution.
getPrintOrientations ( ) : string Returns the printers orientations supported.
getPrintRate ( ) : string Returns the print rate.
getPrintRateUnit ( ) : string Returns the print rate unit.
getPrintStartTime ( ) : string Returns the printers start time.
getPrinterName ( ) : string Returns the printers name.
getPrinterShareName ( ) : string Returns the printers share name.
getPriority ( ) : string Returns the priority number of the printer.
getServerName ( ) : string Returns the server name that the current printer is connected to.
getStaplingSupported ( ) : null | boolean Returns true / false if the printer supports stapling.
getUrl ( ) : string Returns the printers URL.
getVersionNumber ( ) : string Returns the printers version number.

Method Details

getColorSupported() public method

https://msdn.microsoft.com/en-us/library/ms679382(v=vs.85).aspx
public getColorSupported ( ) : null | boolean
return null | boolean

getDriverName() public method

https://msdn.microsoft.com/en-us/library/ms675652(v=vs.85).aspx
public getDriverName ( ) : string
return string

getDriverVersion() public method

https://msdn.microsoft.com/en-us/library/ms675653(v=vs.85).aspx
public getDriverVersion ( ) : string
return string

getDuplexSupported() public method

https://msdn.microsoft.com/en-us/library/ms679383(v=vs.85).aspx
public getDuplexSupported ( ) : null | boolean
return null | boolean

getLocation() public method

https://msdn.microsoft.com/en-us/library/ms676839(v=vs.85).aspx
public getLocation ( ) : string
return string

getMediaSupported() public method

https://msdn.microsoft.com/en-us/library/ms679395(v=vs.85).aspx
public getMediaSupported ( ) : array
return array

getMemory() public method

https://msdn.microsoft.com/en-us/library/ms679396(v=vs.85).aspx
public getMemory ( ) : string
return string

getPortName() public method

https://msdn.microsoft.com/en-us/library/ms679131(v=vs.85).aspx
public getPortName ( ) : string
return string

getPrintBinNames() public method

https://msdn.microsoft.com/en-us/library/ms679380(v=vs.85).aspx
public getPrintBinNames ( ) : array
return array

getPrintEndTime() public method

https://msdn.microsoft.com/en-us/library/ms679384(v=vs.85).aspx
public getPrintEndTime ( ) : string
return string

getPrintMaxResolution() public method

https://msdn.microsoft.com/en-us/library/ms679391(v=vs.85).aspx
public getPrintMaxResolution ( ) : string
return string

getPrintOrientations() public method

https://msdn.microsoft.com/en-us/library/ms679402(v=vs.85).aspx
public getPrintOrientations ( ) : string
return string

getPrintRate() public method

https://msdn.microsoft.com/en-us/library/ms679405(v=vs.85).aspx
public getPrintRate ( ) : string
return string

getPrintRateUnit() public method

https://msdn.microsoft.com/en-us/library/ms679406(v=vs.85).aspx
public getPrintRateUnit ( ) : string
return string

getPrintStartTime() public method

https://msdn.microsoft.com/en-us/library/ms679411(v=vs.85).aspx
public getPrintStartTime ( ) : string
return string

getPrinterName() public method

https://msdn.microsoft.com/en-us/library/ms679385(v=vs.85).aspx
public getPrinterName ( ) : string
return string

getPrinterShareName() public method

https://msdn.microsoft.com/en-us/library/ms679408(v=vs.85).aspx
public getPrinterShareName ( ) : string
return string

getPriority() public method

https://msdn.microsoft.com/en-us/library/ms679413(v=vs.85).aspx
public getPriority ( ) : string
return string

getServerName() public method

https://msdn.microsoft.com/en-us/library/ms679772(v=vs.85).aspx
public getServerName ( ) : string
return string

getStaplingSupported() public method

https://msdn.microsoft.com/en-us/library/ms679410(v=vs.85).aspx
public getStaplingSupported ( ) : null | boolean
return null | boolean

getUrl() public method

Returns the printers URL.
public getUrl ( ) : string
return string

getVersionNumber() public method

https://msdn.microsoft.com/en-us/library/ms680897(v=vs.85).aspx
public getVersionNumber ( ) : string
return string