示例#1
0
 public function getLastName()
 {
     return $this->last_name->get();
 }
示例#2
0
 public function getTitle()
 {
     return $this->title->get();
 }
示例#3
0
 public function getState()
 {
     return $this->state->get();
 }