コード例 #1
0
ファイル: Group.php プロジェクト: nmallare/platform
 public function getOwner()
 {
     return trim($this->owner->selectedLabel());
 }
コード例 #2
0
ファイル: EmailTemplate.php プロジェクト: ramunasd/platform
 public function getEntityName()
 {
     return $this->entityName->selectedLabel();
 }