|
|
|
File: c:/web/jpeto2/jpeto/jpeto_sitemap.php
JPETo - James's Publishing & Editing Tool - jpeto_objects
jpeto_sitemap
jpeto_core | +-- jpeto_object | +-- jpeto_sitemap
This class provides the sitemap functionality
|
private class jpeto_sitemap extends jpeto_object
This class provides the sitemap functionality
|
| |
|
Methods inherited from jpeto_object |
| jpeto_object, geticon, createadmininterface, getfields, getsubtype, getjpetotypedetails, getjpetotype, getjoin, isonline, get_jpeto_object, numchildren, isexpired, islocked, lock, unlock, assigncontent, striplastlinebreak, get_next_jpeto_object, maptypefields, mapobjectfields, newuniqueid, debug, delete, getonlinestatusimage, getfromurlkey, gettourlkey, addadminlink, iscached, getcachefilename, tocache, getcache, purgecache, store, getdefaultvalues, addsubobject, isrestricted, todetailhtml, xmlformat, xmlelement, toxml, getboundary, getcontentid, toplaintext, getmaildata, upgrade, getorigin |
|
|
|
|
|
Private Method Summary |
| void |
mapFields(array $Recordset)Maps the fields of the given recordset to the object variablesWarning: documentation is missing. |
| void |
updateObject()updates the current object in the subtableWarning: documentation is missing. |
| void |
insertObject()inserts the current object in the subtableWarning: documentation is missing. |
| void |
build_sitemap()Warning: documentation is missing. |
| void |
toHTML()returns the current object rendered as htmlWarning: documentation is missing. |
|
Fields inherited from jpeto_object |
| $o_uniqueid, $o_language, $o_version, $j_jpetotype, $j_onlinestart, $j_onlineend, $j_isonline, $j_owner, $j_createdon, $j_lastmodified, $j_comments, $j_expires, $j_restrictions, $j_lockedby, $j_lockstart, $j_name, $j_classname, $j_subtable, $j_accesslevel, $j_enabled, $j_timeless, $j_project, $extraquery, $j_sortpos, $j_prevjpetotype, $j_nextjpetotype, $cachefile, $content, $order, $p_recordset, $p_pointer |
|
Fields inherited from jpeto_core |
| $j_language, $j_version, $j_jpetotype, $o_jpetotype, $adminmode, $islast, $isfirst, $recordset, $pointer, $subtype, $j_parentobject |
|
|
|
|
|
|
|
|
|
Public Method Details |
jpeto_sitemap |
|
public void jpeto_sitemap( [ string $Language, string $Version ] )
|
| |
Constructor for jpeto_sitemap
|
| Parameter |
|
| string |
$Language |
= >>"DE"<< |
|
sets the current language (Default: DE) |
|
|
| string |
$Version |
= >>"O"<< |
|
sets the current version (Default: O = Online) |
|
| Returns |
void |
|
|
Private Method Details |
mapFields |
|
private void mapFields( array $Recordset )
|
| |
Maps the fields of the given recordset to the object variables
Warning: documentation is missing.
|
| Parameter |
|
| array |
$Recordset |
|
|
the Recordset given to map to the variables |
|
| Returns |
void |
|
updateObject |
|
private void updateObject( )
|
| |
updates the current object in the subtable
Warning: documentation is missing.
|
| Returns |
void |
|
insertObject |
|
private void insertObject( )
|
| |
inserts the current object in the subtable
Warning: documentation is missing.
|
| Returns |
void |
|
build_sitemap |
|
private void build_sitemap( )
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|
toHTML |
|
private void toHTML( )
|
| |
returns the current object rendered as html
This is just a dummy that has to be overwritten by the extending class,depending on the way of presentation
Warning: documentation is missing.
|
| Returns |
void |
|
|
Private Field Details |
$j_UniqueID |
|
private string $j_UniqueID
>>""<<
unique identifier of current object
|
|
$j_URL |
|
private string $j_URL
>>""<<
|
|
$j_Target |
|
private string $j_Target
>>""<<
|
|
$j_Title |
|
private string $j_Title
>>""<<
|
|
$j_Description |
|
private string $j_Description
>>""<<
|
|
$Resultset |
|
private array $Resultset
>>array()<<
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |