Пример #1
0
 /**
  * @inheritDoc
  */
 public function init()
 {
     parent::init();
     $user = $this->_user;
     $this->lastName = $user->lastName;
     $this->firstName = $user->firstName;
     $this->middleName = $user->middleName;
     $this->division = $user->division;
     $this->post = $user->post;
     $this->phone = $user->phone;
     $this->mobile = $user->mobile;
 }
Пример #2
0
 /**
  * @inheritDoc
  */
 public function init()
 {
     parent::init();
     $this->email = $this->_user->email;
 }