예제 #1
0
파일: Edit.php 프로젝트: GervaisdeM/blorg
 protected function initInternal()
 {
     parent::initInternal();
     if ($this->id === null || $this->comment->author !== null) {
         $this->ui->getWidget('fullname_field')->visible = false;
         $this->ui->getWidget('link_field')->visible = false;
         $this->ui->getWidget('email_field')->visible = false;
         $this->ui->getWidget('status_field')->visible = false;
     }
 }
예제 #2
0
파일: Edit.php 프로젝트: gauthierm/pinhole
 protected function initInternal()
 {
     parent::initInternal();
     $this->photographers = $this->getPhotographers();
 }