Class PHRUTS_ActionErrorItem

Description

This class is used to store a set of errors associated with a property/key and the position it was initially added to list.

  • author: John WILDENAUER <jwilde@users.sourceforge.net> (PHP4 port of Struts)
  • author: Olivier HENRY <oliv.henry@gmail.com> (PHP5 port of Struts)
  • version: $Id: PHRUTS_ActionErrors.php,v 1.3 2008/05/28 15:52:26 ohenry Exp $
  • copyright: Copyright PHruts 2008

Located in /action/PHRUTS_ActionErrors.php (line 206)


	
			
Variable Summary
integer $iOrder
array $list
Method Summary
PHRUTS_ActionErrorItem __construct ( $list, integer $iOrder)
array &getList ()
integer getOrder ()
void setList ( $list)
void setOrder (integer $iOrder)
Variables
integer $iOrder = 0 (line 219)

The position in the list of errors.

  • access: protected
array $list = null (line 212)

The list of PHRUTS_ActionError.

  • access: protected
Methods
Constructor __construct (line 225)
  • access: public
PHRUTS_ActionErrorItem __construct ( $list, integer $iOrder)
  • array $list: The list of PHRUTS_Actionerrors.
  • integer $iOrder: The position in the list of errors.
getList (line 233)
  • access: public
array &getList ()
getOrder (line 247)
  • access: public
integer getOrder ()
setList (line 240)
  • access: public
void setList ( $list)
  • array $list
setOrder (line 254)
  • access: public
void setOrder (integer $iOrder)
  • integer $iOrder

Documentation generated on Sat, 31 May 2008 15:45:49 +0200 by phpDocumentor 1.4.1