|
|
|
File: c:/web/jpeto2/jpeto/jpeto_ecard_button.php
JPETo - James's Publishing & Edition Tool - jpeto_objects
jpeto_ecard_button
jpeto_core | +-- jpeto_object | +-- jpeto_ecard_button
This class provides the ecard_button object
|
private class jpeto_ecard_button extends jpeto_object
This class provides the ecard_button object
|
| |
|
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, mapfields, maptypefields, mapobjectfields, newuniqueid, debug, delete, getonlinestatusimage, getfromurlkey, gettourlkey, addadminlink, iscached, getcachefilename, tocache, getcache, purgecache, store, addsubobject, isrestricted, todetailhtml, xmlformat, xmlelement, toxml, getboundary, getcontentid, toplaintext, getmaildata, upgrade, getorigin |
|
|
|
|
|
Private Method Summary |
| void |
getDefaultValues()gets default Values for (not set) parametersWarning: documentation is missing. |
| void |
toHtml()returns the current object rendered as htmlWarning: 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. |
|
Fields inherited from jpeto_object |
| $j_uniqueid, $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_ecard_button |
|
public void jpeto_ecard_button( [ string $Language, String $Version ] )
|
| |
Constructor for jpeto_ecard_button
|
| Parameter |
|
| string |
$Language |
= >>"DE"<< |
|
|
|
|
| String |
$Version |
= >>"O"<< |
|
|
|
| Returns |
void |
|
|
Private Method Details |
getDefaultValues |
|
private void getDefaultValues( )
|
| |
gets default Values for (not set) parameters
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 |
|
updateObject |
|
private void updateObject( )
|
| |
updates the current object in the subtable
This is just a dummy that has to be overwritten by the extending class,depending on the fields of the extension
Warning: documentation is missing.
|
| Returns |
void |
|
insertObject |
|
private void insertObject( )
|
| |
inserts the current object in the subtable
This is just a dummy that has to be overwritten by the extending class,depending on the fields of the extension
Warning: documentation is missing.
|
| Returns |
void |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |