Example #1
0
 protected function init()
 {
     parent::init();
     $this->behavior(new Event(Event::MESSAGE));
 }
 protected function init()
 {
     parent::init();
     $this->behavior(new Event(Event::MESSAGE));
     $this->behavior(new State(State::READONLY));
 }