Zend Framework  3.0
Public Member Functions | List of all members
InitializableInterface Interface Reference

Interface to allow objects to have initialization logic. More...

Public Member Functions

 init ()
 Init an object.
 

Detailed Description

Interface to allow objects to have initialization logic.

Member Function Documentation

init ( )

Init an object.

Returns
void

Implemented in Element, and BaseInputFilter.