예제 #1
0
파일: FileHash.php 프로젝트: alexukua/opus4
 public function init()
 {
     parent::init();
     $this->addPrefixPath('Form_Decorator', 'Form/Decorator', Zend_Form::DECORATOR);
     $this->setLabel($this->getTranslator()->translate('admin_filemanager_checksum') . ' - ');
 }
예제 #2
0
 public function init()
 {
     parent::init();
     // override the print onclick attribute
     $this->getView()->elementPrint->setAttrib('onclick', 'printImageDrawing()');
 }
예제 #3
0
 public function init()
 {
     parent::init();
     $this->setRequired(false)->setIgnore(true);
 }
 public function init()
 {
     $this->_doctrine = \Zend_Registry::get('doctrineEm');
     parent::init();
 }