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