ManiaLib 1.0b1 API Reference

 ClassInterface Filterable

Description

Filter interface Filters allows you to execute code before and after every actions of a controller.

It is usefull for things like authentication, etc.

Located in /mvc/libraries/Filterable.class.php (line 17)


	
			
Method Summary
 void postFilter ()
 void preFilter ()
Methods
postFilter (line 20)
  • access: public
void postFilter ()
preFilter (line 19)
  • access: public
void preFilter ()