protected function init() { parent::init(); $this->lastName = $this->getLastName(); $this->login = $this->getLogin(); $this->name = $this->getName(); $this->secondName = $this->getSecondName(); }