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