escpos-php
Public Member Functions | List of all members
CustomCapabilityProfile Class Reference
Inheritance diagram for CustomCapabilityProfile:
Inheritance graph
[legend]
Collaboration diagram for CustomCapabilityProfile:
Collaboration graph
[legend]

Public Member Functions

 getCustomCodePages ()
 
 getSupportedCodePages ()
 
- Public Member Functions inherited from Mike42\Escpos\CapabilityProfile
 getCodePageCacheKey ()
 
 getCodePages ()
 
 getFeature ($featureName)
 
 getId ()
 
 getName ()
 
 getSupportsBarcodeB ()
 
 getSupportsBitImageRaster ()
 
 getSupportsGraphics ()
 
 getSupportsPdf417Code ()
 
 getSupportsQrCode ()
 
 getSupportsStarCommands ()
 
 getVendor ()
 

Additional Inherited Members

- Static Public Member Functions inherited from Mike42\Escpos\CapabilityProfile
static getProfileNames ()
 
static load (string $profileName)
 Retrieve the CapabilityProfile with the given ID. More...
 
static suggestNearest (string $input, array $choices, int $num)
 Return choices with smallest edit distance to an invalid input. More...
 
- Protected Member Functions inherited from Mike42\Escpos\CapabilityProfile
 __construct (string $profileId, array $profileData)
 Construct new CapabilityProfile. More...
 
 suggestFeatureName (string $featureName)
 
- Static Protected Member Functions inherited from Mike42\Escpos\CapabilityProfile
static loadCapabilitiesDataFile ()
 Ensure that the capabilities.json data file has been loaded.
 
static suggestProfileName (string $profileName)
 
- Protected Attributes inherited from Mike42\Escpos\CapabilityProfile
 $codePageCacheKey
 Hash of the code page data structure, to identify it for caching.
 
 $codePages
 Associtive array of CodePage objects, indicating which encodings the printer supports.
 
 $colors
 Not used.
 
 $features
 Feature values.
 
 $fonts
 Not used.
 
 $media
 Not used.
 
 $name
 Name of the profile, including model number.
 
 $notes
 Notes on the profile, null if not set.
 
 $profileId
 ID of the profile.
 
 $vendor
 Name of manufacturer.
 
- Static Protected Attributes inherited from Mike42\Escpos\CapabilityProfile
static $encodings = null
 Data structure containing encodings loaded from disk, null if not loaded yet.
 
static $profiles = null
 Data structure containing profiles loaded from disk, null if not loaded yet.
 

The documentation for this class was generated from the following file: