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