_options) { $this->_options = array( array('label' => 'Right', 'value' => 1), array('label' => 'Left', 'value' => 2) ); } return $this->_options; } }