Zend Framework  3.0
List of all members
PriorityList Class Reference

Priority list. More...

Additional Inherited Members

- Public Member Functions inherited from PriorityList
 insert ($name, $value, $priority=0)
 Insert a new item.
 
 setPriority ($name, $priority)
 
 remove ($name)
 Remove a item.
 
 clear ()
 Remove all items.
 
 get ($name)
 Get a item.
 
 isLIFO ($flag=null)
 Get/Set serial order mode.
 
 rewind ()
 
 
 current ()
 
 
 key ()
 
 
 next ()
 
 
 valid ()
 
 
 getIterator ()
 
 count ()
 
 
 toArray ($flag=self::EXTR_DATA)
 Return list as array.
 
- Public Attributes inherited from PriorityList
const EXTR_DATA = 0x00000001
 
const EXTR_PRIORITY = 0x00000002
 
const EXTR_BOTH = 0x00000003
 
- Protected Member Functions inherited from PriorityList
 sort ()
 Sort all items.
 
 compare (array $item1, array $item2)
 Compare the priority of two items.
 
- Protected Attributes inherited from PriorityList
 $items = []
 
 $serial = 0
 
 $isLIFO = 1
 
 $count = 0
 
 $sorted = false
 

Detailed Description

Priority list.