示例#1
0
文件: Note.php 项目: alexukua/opus4
 public function prepareRenderingAsView()
 {
     parent::prepareRenderingAsView();
     $this->getElement(self::ELEMENT_VISIBILITY)->removeDecorator('Label');
 }