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