Class: ItemFutureLanguageEnumeration

Source Location: /CORE/system/classes/language/ItemFutureLanguageEnumeration.php

Class ItemFutureLanguageEnumeration

Class Overview

Returns all Languages, the specified Item has Future Versions of.

Located in /CORE/system/classes/language/ItemFutureLanguageEnumeration.php [line 38]

MasterItemType
   |
   --Itemtype
      |
      --ItemFutureLanguageEnumeration
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: ItemFutureLanguageEnumeration.php,v 1.4 2006/11/26 22:04:34 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Itemtype

Itemtype::Itemtype()
Itemtype::getClass()
Itemtype::getClassName()
Itemtype::getCommand()
Itemtype::getDirectory()
Itemtype::getItemtypeID()
Itemtype::initItemtype()

Inherited From MasterItemType

MasterItemType::MasterItemType()
Empty Constructor.
MasterItemType::countItemtypes()
Returns how many Itemtypes are known by the System.
MasterItemType::getClassForItemType()
Returns a new instance of the Class for the given Itentype ID.
MasterItemType::getClassNameForItemType()
Returns the Classname for the given Itentype ID.
MasterItemType::getCommandForItemType()
Return the Command for the given Itemtype ID.
MasterItemType::getDirectoryForItemType()
Return the Directory for the given Itemtype ID.
MasterItemType::getItemTypeForCommand()
Get the Itemtype ID for the given Command (or null).
MasterItemType::getSelectColumns()
Returns the Select Columns to be used for Item- and Treeselects.

[ Top ]
Method Summary
ItemFutureLanguageEnumeration   ItemFutureLanguageEnumeration()  
int   count()   Count the amount of available Future Language Versions.
Language   next()   Return the next
Instance.

[ Top ]
Methods
Constructor ItemFutureLanguageEnumeration  [line 45]

  ItemFutureLanguageEnumeration ItemFutureLanguageEnumeration( $itemtype, $item_id  )

Parameters:
   $itemtype: 
   $item_id: 


[ Top ]
count  [line 59]

  int count( )

Count the amount of available Future Language Versions.


API Tags:
Return:  the amount of Languages


[ Top ]
next  [line 68]

  Language next( )

Return the next

Instance.


API Tags:
Return:  the next Language for this Items Future Version


[ Top ]