init() public method

public init ( )
Example #1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     // custom initialization code goes here
 }