This is the Super Class for all Items!
Changes in here will be available in all implementing Items.
Currently used Text/Num/Date fields:
Item:
Menu:
FutureItem:
MasterItemType | --Itemtype | --Item
Full construtor for fetching an specified Item from the Database.
You should probably use an concrete implementation of this class instead!?!
Checks whether this Item exists or not.
Returns the Item Catchwords.
Catchwords are a small (up to 255 Character) text value that are used within the Search!
Returns Language dependend Childs.
Fetches the Content from the linked File.
Return the User ID this Item was created by.
Returns the Timestamp, when the Item was created.
Returns the Item Description.
Return the absolute Path to the Items Content File.
Return the Item ID.
Returns the desired ItemDate field.
Returns the desired ItemNum field.
Returns the desired ItemText field.
Return the Itemtype ID.
Return the Language ID of this Item.
Returns the ID of the last User that updated this Item.
Returns the timestamp of the last changes on this Item (like Description or Content).
Return the Items Mimetype.
Fetch the Items Name.
Gets the original File Name. This MUST only work with uploaded Files.
Otherwise it depends on the User entrys.
Return the Parents Item ID.
Gets the Position of this Item.
The Position should be unique in this Tree.
Gets the Size of the linked File.
Return the URL where this Items Content is stored.
Returns the Timestamp, from when this Item will be valid (and therefor visible).
Returns the Timestamp, till when this Item will be valid (and therefor visible).
Return the name of the configured Workflow.
Checks if the Item has childs in its own Language.
See FLAG_HIDDEN.
See FLAG_TRASH.
Returns the last modified date of the File (filemtime).
Unlike
Simple toString() implementation to make debugging easier.
Inherited From Itemtype
Itemtype::Itemtype()
Itemtype::getClass()
Itemtype::getClassName()
Itemtype::getCommand()
Itemtype::getDirectory()
Itemtype::getItemtypeID()
Itemtype::initItemtype()
Inherited From MasterItemType
MasterItemType::MasterItemType()
MasterItemType::countItemtypes()
MasterItemType::getClassForItemType()
MasterItemType::getClassNameForItemType()
MasterItemType::getCommandForItemType()
MasterItemType::getDirectoryForItemType()
MasterItemType::getItemTypeForCommand()
MasterItemType::getSelectColumns()
Documentation generated by phpDocumentor 1.3.1