'Calculator', Entity::TYPE_IMAGES => 'Home Page Images' ); $this->addElement( 'select', 'type', array('label' => 'Simple Block Type', 'multiOptions' => array('' => 'None') + (array)$types) ); return $this; } }