initialize() protected method

Initializes the instance.
protected initialize ( )
Exemplo n.º 1
0
 /**
  * Initializes the decoder.
  *
  * @throws \Exception
  */
 protected function initialize()
 {
     parent::initialize();
     $this->disallowedDoktypes = PageRepository::DOKTYPE_RECYCLER;
 }