__construct() public method

Constructor
public __construct ( )
Example #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Example #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(array(ROLE_ID_MANAGER), array('saveSequence'));
 }