PHP Класс Adldap\Models\Printer

Наследование: extends Entry
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getColorSupported() публичный метод

https://msdn.microsoft.com/en-us/library/ms679382(v=vs.85).aspx
public getColorSupported ( ) : null | boolean
Результат null | boolean

getDriverName() публичный метод

https://msdn.microsoft.com/en-us/library/ms675652(v=vs.85).aspx
public getDriverName ( ) : string
Результат string

getDriverVersion() публичный метод

https://msdn.microsoft.com/en-us/library/ms675653(v=vs.85).aspx
public getDriverVersion ( ) : string
Результат string

getDuplexSupported() публичный метод

https://msdn.microsoft.com/en-us/library/ms679383(v=vs.85).aspx
public getDuplexSupported ( ) : null | boolean
Результат null | boolean

getLocation() публичный метод

https://msdn.microsoft.com/en-us/library/ms676839(v=vs.85).aspx
public getLocation ( ) : string
Результат string

getMediaSupported() публичный метод

https://msdn.microsoft.com/en-us/library/ms679395(v=vs.85).aspx
public getMediaSupported ( ) : array
Результат array

getMemory() публичный метод

https://msdn.microsoft.com/en-us/library/ms679396(v=vs.85).aspx
public getMemory ( ) : string
Результат string

getPortName() публичный метод

https://msdn.microsoft.com/en-us/library/ms679131(v=vs.85).aspx
public getPortName ( ) : string
Результат string

getPrintBinNames() публичный метод

https://msdn.microsoft.com/en-us/library/ms679380(v=vs.85).aspx
public getPrintBinNames ( ) : array
Результат array

getPrintEndTime() публичный метод

https://msdn.microsoft.com/en-us/library/ms679384(v=vs.85).aspx
public getPrintEndTime ( ) : string
Результат string

getPrintMaxResolution() публичный метод

https://msdn.microsoft.com/en-us/library/ms679391(v=vs.85).aspx
public getPrintMaxResolution ( ) : string
Результат string

getPrintOrientations() публичный метод

https://msdn.microsoft.com/en-us/library/ms679402(v=vs.85).aspx
public getPrintOrientations ( ) : string
Результат string

getPrintRate() публичный метод

https://msdn.microsoft.com/en-us/library/ms679405(v=vs.85).aspx
public getPrintRate ( ) : string
Результат string

getPrintRateUnit() публичный метод

https://msdn.microsoft.com/en-us/library/ms679406(v=vs.85).aspx
public getPrintRateUnit ( ) : string
Результат string

getPrintStartTime() публичный метод

https://msdn.microsoft.com/en-us/library/ms679411(v=vs.85).aspx
public getPrintStartTime ( ) : string
Результат string

getPrinterName() публичный метод

https://msdn.microsoft.com/en-us/library/ms679385(v=vs.85).aspx
public getPrinterName ( ) : string
Результат string

getPrinterShareName() публичный метод

https://msdn.microsoft.com/en-us/library/ms679408(v=vs.85).aspx
public getPrinterShareName ( ) : string
Результат string

getPriority() публичный метод

https://msdn.microsoft.com/en-us/library/ms679413(v=vs.85).aspx
public getPriority ( ) : string
Результат string

getServerName() публичный метод

https://msdn.microsoft.com/en-us/library/ms679772(v=vs.85).aspx
public getServerName ( ) : string
Результат string

getStaplingSupported() публичный метод

https://msdn.microsoft.com/en-us/library/ms679410(v=vs.85).aspx
public getStaplingSupported ( ) : null | boolean
Результат null | boolean

getUrl() публичный метод

Returns the printers URL.
public getUrl ( ) : string
Результат string

getVersionNumber() публичный метод

https://msdn.microsoft.com/en-us/library/ms680897(v=vs.85).aspx
public getVersionNumber ( ) : string
Результат string