[DapperSDK] element index

All elements
c d e g h i m n p u
c
top
Class Cacher
Cacher in Cacher.php
Method Cacher
Cacher::Cacher() in Cacher.php
Initializes the Cacher
Page Cacher.php
Cacher.php in Cacher.php
Constant CACHE_DIR
CACHE_DIR in Cacher.php
The path where cache files are kept
Constant CACHE_LIFETIME_SECS
CACHE_LIFETIME_SECS in Cacher.php
The amount of time before a cache file is expired
d
top
Variable $DAPPER_HOST
Dapp::$DAPPER_HOST in Dapp.php
The host of the Dapper service
Variable $DAPPER_SERVICE_PATH
The path of the Dapper service
Variable $DAPP_SERVICE_PATH
The URL of the Dapp information service
Method Dapp
Dapp::Dapp() in Dapp.php
Sets up the Dapp.
Class Dapp
Dapp in Dapp.php
Page Dapp.php
Dapp.php in Dapp.php
Class DappNotFoundException
DappNotFoundException in Exceptions.php
An exception thrown when the an attempt is made to use a non-existant Dapp
e
top
Page Exceptions.php
Exceptions.php in Exceptions.php
g
top
Method getCache
Cacher::getCache() in Cacher.php
Retrieves contents from the cache
Method getDOM
Dapp::getDOM() in Dapp.php
Returns a DOMDocument object to work on the XML
Method getHTML
Dapp::getHTML() in Dapp.php
Returns the HTML that the Dapp ran on as a string.
Method getPageURL
Dapp::getPageURL() in Dapp.php
Returns the URL of the page that was dapped
Method getXML
Dapp::getXML() in Dapp.php
Returns the XML output of the Dapp as a string.
Method getXPath
Dapp::getXPath() in Dapp.php
Returns a DOMXPath object to work on the XML
h
top
Method httpPost
Util::httpPost() in Util.php
Performs an HTTP POST
i
top
Class InvalidDappOutputException
InvalidDappOutputException in Exceptions.php
An exception thrown when the output of a Dapp is not valid XML.
Class InvalidVariableArgumentsException
An exception thrown when the variable arguments to a Dapp do not match the variable arguments expected
m
top
Class MissingLoginCredentialsException
An exception thrown when trying to access a Dapp that works with a website that requires login, but the username and password are not supplied
n
top
Class NetworkErrorException
NetworkErrorException in Exceptions.php
An exception thrown when a network error occurs (timeout, server down, etc.)
p
top
Method putCache
Cacher::putCache() in Cacher.php
Puts contents into the cache
u
top
Class Util
Util in Util.php
Utiliy functions class
Page Util.php
Util.php in Util.php
c d e g h i m n p u