ENGINE_PREFIX
ENGINE_PREFIX = 'Engine'
getParameters()
فهرستی از پارامترهای موتور پرداخت را تعیین میکند
هر موتور پرداخت به دستهای از پارامترها نیازمند است که باید توسط کاربر تعیین شود. این فراخوانی پارامترهایی را تعیین میکند که برای استفاده از این متور پرداخت باید تعیین کرد.
خروجی این فراخوانی یک فهرست است توصیف خصوصیتها است.
getProperty(string $key, string $default = NULL)
Getting property of the captcha engine
Engine can read properties to init the execution of the verification process. The property is read only value and the engine itself are not able to edit.
$secure = parent::getProperty("reCAPTHCA.secureCode");
if($secure == NULL){
throw new \Pluf\Exception("Secure code is not set");
}
string | $key | |
string | $default |