init() публичный Метод

This method is called at the end of the constructor. The default implementation will trigger an [[EVENT_INIT]] event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event.
public init ( )
Пример #1
0
 public function init()
 {
     $this->buildNoInitModel();
     parent::init();
 }