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