SPFlatFile Class Reference
List of all members.Detailed Description
PHP Wrapper around the COM object ActiveSW.SPFlatFile.
- Note:
- the class SPFlatFile requires a prior instance of a SPSignWare object
- See also:
- ACTIVESWLib.ISPFlatFile
Public Member Functions | |
createFromBase64Data ($aBase64Data) | |
Set the data in a SPFlatFile instance. | |
createFromImage ($spImage, $aFmt) | |
Set the data in a SPFlatFile instance, the data equals the serialized SPImage object. | |
createFromNibbleHex ($strData) | |
Set the data in a SPFlatFile instance. | |
createFromRawData ($aRawData) | |
Set the data in a SPFlatFile instance. | |
createFromReference ($spReference) | |
Set the data in a SPFlatFile instance, the data equals the serialized SPReference object. | |
getBase64Data () | |
Get the base64-encoded data in a SPFlatFile instance. | |
getRawData () | |
Get the raw data in a SPFlatFile instance. | |
SPFlatFile () | |
Constructor. | |
Static Public Member Functions | |
static | convertNibbleHex ($strData) |
Public Attributes | |
$className = "SPFlatFile" | |
Name of this class. | |
$com = false | |
native COM handle |
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
Decode a NibbleHex string |
|
Set the data in a SPFlatFile instance.
|
|
Set the data in a SPFlatFile instance, the data equals the serialized SPImage object.
|
|
Set the data in a SPFlatFile instance.
|
|
Set the data in a SPFlatFile instance.
|
|
Set the data in a SPFlatFile instance, the data equals the serialized SPReference object.
|
|
Get the base64-encoded data in a SPFlatFile instance.
|
|
Get the raw data in a SPFlatFile instance.
|
Member Data Documentation
|
Name of this class.
|
|
native COM handle
|
The documentation for this class was generated from the following file: