An Inx_Api_Webpage_Webpage object can be used to access information about a web page.
An Inx_Api_Webpage_Webpage object can be used to access information about a web page. A web page can be a JSP or a FORM or of unknown type and is bound to a server URL. A Webpage object also has a sub type which defines the usage of the web page. A possible sub type is, for example, subscription. The following code snippet prints out the names of all available webpages:
$oWebpageManager = $oSession->getWebpageManager(); $oBOResultSet = $oWebpageManager->selectAll(); for( $i = 0; $i < $oBOResultSet->size(); $i++ ) { $oWebpage = $oBOResultSet->get( $i ); echo 'Page name: ' . $oWebpage->getName() . '<br>'; } $oBOResultSet->close();
Located in /Api/Webpage/Webpage.php (line 30)
Inx_Api_BusinessObject | --Inx_Api_Webpage_Webpage
Returns the creation date of this web page.
Returns the creation date of this web page. The date will be returned as ISO 8601 formatted datetime string.
Returns the name of this web page.
Returns the name of this web page.
Returns the server URL this web page is published at.
Returns the server URL this web page is published at.
Returns the sub type of this web page.
Returns the sub type of this web page. A possible value would be subscription.
Returns the type of this web page.
Returns the type of this web page. The possible types are:
Inherited From Inx_Api_BusinessObject
Inx_Api_BusinessObject::commitUpdate()
Inx_Api_BusinessObject::getId()
Inx_Api_BusinessObject::reload()
Documentation generated on Thu, 17 Sep 2015 14:27:34 +0200 by phpDocumentor 1.3.2