_options) { $this->_options = array( array('label' => 'Text Only', 'value' => 1), array('label' => 'Image Only', 'value' => 2), array('label' => 'Both Text and Image', 'value' => 3), ); } return $this->_options; } }