Class Error

Description

Request processing error. Mostly used when a form does not validate or business logic conditions are not satisfied.

Located in /diy-framework/controller/Error.class.php (line 11)


	
			
Method Summary
Error __construct (string $name)
string getDescription ()
string getName ()
void setDescription (string $desc)
void setName (string $name)
Methods
Constructor __construct (line 21)

Constructs Error from name.

  • access: public
Error __construct (string $name)
  • string $name: Name
getDescription (line 51)

Returns description of this Error.

  • return: Description
  • access: public
string getDescription ()
getName (line 31)

Returns name of this Error.

  • return: Name
  • access: public
string getName ()
setDescription (line 61)

Sets description of this Error.

  • access: public
void setDescription (string $desc)
  • string $desc: Description
setName (line 41)

Sets name of this Error.

  • access: public
void setName (string $name)
  • string $name: Name

Documentation generated on Tue, 25 Sep 2007 11:17:20 +0200 by phpDocumentor 1.3.2