コード例 #1
0
ファイル: FormRuntime.php プロジェクト: sinso/TYPO3.Flow
 /**
  * Get the label which shall be displayed next to the form element
  *
  * @return string
  * @api
  */
 public function getLabel()
 {
     return $this->formDefinition->getLabel();
 }