/**
  * {@inheritDoc}
  */
 public function getBlockTypeSets()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBlockTypeSets', array());
     return parent::getBlockTypeSets();
 }
示例#2
0
 /**
  * Returns an array of all BlockTypeSet objects that this block is in
  */
 public function getBlockTypeSets()
 {
     return parent::getBlockTypeSets();
 }