PHP Class Notice, kohanaframework.org

Inheritance: extends CActiveRecord
Show file Open project: kohana/kohanaframework.org Class Usage Examples

Public Methods

Method Description
add ( $type, $message = NULL, array $values = NULL ) : void Add a new notice
as_array ( ) : array Returns the current notices.

Method Details

add() public static method

Add a new notice
public static add ( $type, $message = NULL, array $values = NULL ) : void
$values array
return void

as_array() public static method

Returns the current notices.
public static as_array ( ) : array
return array