コード例 #1
0
ファイル: Student.php プロジェクト: AppStateESS/tailgate
 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();
 }