Свойство | Type | Description | |
---|---|---|---|
$client | Zend_Http_Client | ||
$config | |||
$required_config_keys | array | For validating the configuration keys |
Méthode | Description | |
---|---|---|
__construct ( CApplication $yii = null ) | OptomPortalConnection constructor. | |
createNewSignatureImage ( $imageData, $fileId ) : ProtectedFile | Creates a new ProtectedFile for the new signature image | |
signatureSearch ( $start_date = null, $uniqueId = null ) : mixed | Search the API for signatures. |
Méthode | Description | |
---|---|---|
initClient ( ) : Zend_Http_Client | Init HTTP client. | |
login ( ) | Login to the API, set the auth header. | |
setConfig ( ) | Set portal config. |
public __construct ( CApplication $yii = null ) | ||
$yii | CApplication | - for dependency injection/testing |
public createNewSignatureImage ( $imageData, $fileId ) : ProtectedFile | ||
$imageData | ||
Résultat | ProtectedFile |
protected initClient ( ) : Zend_Http_Client | ||
Résultat | Zend_Http_Client |
public signatureSearch ( $start_date = null, $uniqueId = null ) : mixed | ||
Résultat | mixed |
protected static array $required_config_keys | ||
Résultat | array |