/**
  * {@inheritDoc}
  */
 public function includeAll()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'includeAll', array());
     return parent::includeAll();
 }
Exemplo n.º 2
0
 /**
  * If true, this block is not versioned on a page – it is included as is on all versions of the page, even when updated.
  *
  * @return boolean
  */
 public function includeAll()
 {
     return parent::includeAll();
 }