/**
  * {@inheritDoc}
  */
 public function getPackageHandle()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPackageHandle', array());
     return parent::getPackageHandle();
 }
Exemplo n.º 2
0
 /**
  * returns the handle of the BlockType's package if it's in a package
  *
  * @return string
  */
 public function getPackageHandle()
 {
     return parent::getPackageHandle();
 }