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