/**
  * {@inheritDoc}
  */
 public function supportsInlineAdd()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'supportsInlineAdd', array());
     return parent::supportsInlineAdd();
 }
Exemplo n.º 2
0
 /**
  * if a the current BlockType supports inline add or not
  *
  * @return boolean
  */
 public function supportsInlineAdd()
 {
     return parent::supportsInlineAdd();
 }