![]() |
Xataface 2.0
Xataface Application Framework
|
Public Member Functions | |
setIfModifiedSince ($type, $name, $timestamp) | |
getIfModifiedSince ($type, $name) | |
isModified ($type, $name, $timestamp) | |
tableIsModified ($name) | |
valuelistIsModified ($table, $name) | |
toXML (&$arg) | |
toXML_array ($arg) | |
markRequiredTableLoaded ($name) | |
addRequiredTable ($name) | |
requiredTablesToXML () | |
toXML_Dataface_Table (&$table) | |
toXML_Dataface_Relationship (&$relationship) | |
toXML_Dataface_Record (&$record) | |
toXML_Dataface_QueryTool (&$tool) | |
getInfo () | |
header () | |
footer () | |
xmlentities ($string) | |
Static Public Member Functions | |
static & | getOutputCache () |
Data Fields | |
$ns = "df" | |
$perms_ns = "dfp" | |
$atts_ns = "dfa" | |
$http_ns = "http" | |
$required_tables_loaded = array() | |
$ifModifiedSince = array() |
Definition at line 2 of file XMLTool.php.
addRequiredTable | ( | $ | name | ) |
Definition at line 88 of file XMLTool.php.
footer | ( | ) |
Reimplemented in Dataface_XMLTool_default.
Definition at line 354 of file XMLTool.php.
getIfModifiedSince | ( | $ | type, |
$ | name | ||
) |
Definition at line 33 of file XMLTool.php.
getInfo | ( | ) |
Definition at line 298 of file XMLTool.php.
static& getOutputCache | ( | ) | [static] |
Definition at line 19 of file XMLTool.php.
header | ( | ) |
Reimplemented in Dataface_XMLTool_default.
Definition at line 341 of file XMLTool.php.
isModified | ( | $ | type, |
$ | name, | ||
$ | timestamp | ||
) |
Definition at line 41 of file XMLTool.php.
markRequiredTableLoaded | ( | $ | name | ) |
Definition at line 83 of file XMLTool.php.
requiredTablesToXML | ( | ) |
Definition at line 92 of file XMLTool.php.
setIfModifiedSince | ( | $ | type, |
$ | name, | ||
$ | timestamp | ||
) |
Definition at line 29 of file XMLTool.php.
tableIsModified | ( | $ | name | ) |
Checks to see if the specified table has been modified since the 'IfLastModified' timestamp of the request. If this returns true, then the table should be output in the footers.
Definition at line 55 of file XMLTool.php.
toXML | ( | &$ | arg | ) |
Reimplemented in Dataface_XMLTool_default.
Definition at line 68 of file XMLTool.php.
toXML_array | ( | $ | arg | ) |
Definition at line 77 of file XMLTool.php.
toXML_Dataface_QueryTool | ( | &$ | tool | ) |
Definition at line 270 of file XMLTool.php.
toXML_Dataface_Record | ( | &$ | record | ) |
Definition at line 203 of file XMLTool.php.
toXML_Dataface_Relationship | ( | &$ | relationship | ) |
Definition at line 185 of file XMLTool.php.
toXML_Dataface_Table | ( | &$ | table | ) |
Definition at line 104 of file XMLTool.php.
valuelistIsModified | ( | $ | table, |
$ | name | ||
) |
Definition at line 63 of file XMLTool.php.
xmlentities | ( | $ | string | ) |
Definition at line 359 of file XMLTool.php.
$atts_ns = "dfa" |
Definition at line 6 of file XMLTool.php.
$http_ns = "http" |
Definition at line 7 of file XMLTool.php.
$ifModifiedSince = array() |
Timestamps to mark the times for entities after which they would be considered changed. Contains keys: tables, valuelists, records
Definition at line 16 of file XMLTool.php.
$ns = "df" |
Definition at line 4 of file XMLTool.php.
$perms_ns = "dfp" |
Definition at line 5 of file XMLTool.php.
$required_tables_loaded = array() |
Definition at line 9 of file XMLTool.php.