Метод | Описание | |
---|---|---|
getHTML ( integer $webFormId, Infusionsoft_App $app = null ) : string | Get the web form's full HTML. | |
getHostedURL ( integer $webFormId, Infusionsoft_App $app = null ) : string | Get the web form's hosted URL. | |
getHostedUrlFromHtml ( $html, Infusionsoft_App $app = null ) : string | ||
getJavaScript ( integer $webFormId, Infusionsoft_App $app = null ) : string | Get the web form's JavaScript snippet. | |
getMap ( Infusionsoft_App $app = null ) : array | Get a list of all web form names and IDs. | |
ping ( $serviceName = 'WebFormService', Infusionsoft_App $app = null ) |
public static getHostedURL ( integer $webFormId, Infusionsoft_App $app = null ) : string | ||
$webFormId | integer | The ID from Infusionsoft_WebFormService::getMap. |
$app | Infusionsoft_App | |
Результат | string | URL of hosted web form |
public static getHostedUrlFromHtml ( $html, Infusionsoft_App $app = null ) : string | ||
$html | ||
$app | Infusionsoft_App | |
Результат | string |
public static getJavaScript ( integer $webFormId, Infusionsoft_App $app = null ) : string | ||
$webFormId | integer | The ID from Infusionsoft_WebFormService::getMap. |
$app | Infusionsoft_App | |
Результат | string | JavaScript snippet for the web form. |
public static ping ( $serviceName = 'WebFormService', Infusionsoft_App $app = null ) | ||
$app | Infusionsoft_App |