Custom __constructre

Hi!

How to make custom __contructre in ExampleController?




public function __construct($id, $module = null)

{

    parent::__construct($id, $module);


    // Your code here

}



Thank you!