コード例 #1
0
ファイル: Note.php プロジェクト: alexukua/opus4
 public function prepareRenderingAsView()
 {
     parent::prepareRenderingAsView();
     $this->getElement(self::ELEMENT_VISIBILITY)->removeDecorator('Label');
 }