public function __construct(TranslationContainer $translationContainer, DCPackage $dc, EntityViewPackage $ev = NULL, ValidationPackage $v = NULL, ServiceErrorPackage $err = NULL, SimpleContainer $container = NULL)
 {
     $this->container = $container;
     parent::__construct($translationContainer, $dc, $ev, $v, $err);
 }
Example #2
0
 protected function initGridPanel(\Psc\CMS\EntityGridPanel $panel)
 {
     $this->blackListProperties[] = 'password';
     parent::initGridPanel($panel);
 }