ClassInterface IChangelist

Description

A simple list with access to changes.

Located in /modules/registries/class.Changelist.php (line 20)


	
			
Method Summary
 void Add (mixed $item)
 mixed GetAdded ()
 mixed GetList ()
 mixed GetRemoved ()
 bool HasChanges ()
 int IndexOf (mixed $item)
 void Remove (mixed $item)
Methods
Add (line 27)

Append item to the end of the list

  • access: public
void Add (mixed $item)
  • mixed $item
GetAdded (line 49)

Return list of added items

  • access: public
mixed GetAdded ()
GetList (line 63)

Return underlying list

  • access: public
mixed GetList ()
GetRemoved (line 56)

Return list of removed items

  • access: public
mixed GetRemoved ()
HasChanges (line 69)

Check for changes

  • return: True if list has modifications
  • access: public
bool HasChanges ()
IndexOf (line 42)

Find internal index of item in list

  • access: public
int IndexOf (mixed $item)
  • mixed $item
Remove (line 34)

Remove item from the list

  • access: public
void Remove (mixed $item)
  • mixed $item

Documentation generated on Thu, 22 Apr 2010 15:16:22 +0300 by phpDocumentor 1.4.1