__construct() public method

Constructor
public __construct ( )
Esempio n. 1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->data = array();
 }