/**
  * {@inheritDoc}
  */
 public function getBlockTypeInterfaceHeight()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBlockTypeInterfaceHeight', array());
     return parent::getBlockTypeInterfaceHeight();
 }
示例#2
0
 /**
  * returns the height in pixels that the block type's editing dialog will open in
  *
  * @return int
  */
 public function getBlockTypeInterfaceHeight()
 {
     return parent::getBlockTypeInterfaceHeight();
 }