예제 #1
0
 public function getLastName()
 {
     return $this->last_name->get();
 }
예제 #2
0
파일: Link.php 프로젝트: HaldunA/phpwebsite
 public function getTitle()
 {
     return $this->title->get();
 }
예제 #3
0
 public function getState()
 {
     return $this->state->get();
 }