*/ class Rex_Feed_Template_Job_board_io extends Rex_Feed_Abstract_Template { protected function init_atts(){ $this->attributes = array( 'Required Information' => array( 'apply_email' => 'Apply Email', 'apply_url' => 'Apply Url', 'company' => 'Company', 'description' => 'Description', 'location' => 'Location', 'title' => 'Title', ), 'Optional Information' => array( 'category' => 'Category', 'city' => 'City', 'company_url' => 'Company Url', 'expiration_date' => 'Expiration Date', 'logo' => 'Logo', 'zip' => 'Zip', ), ); } protected function init_default_template_mappings(){ $this->template_mappings = array( array( 'attr' => 'apply_email', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'apply_url', 'type' => 'meta', 'meta_key' => 'link', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'cdata', 'limit' => 0, ), array( 'attr' => 'company', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'description', 'type' => 'meta', 'meta_key' => 'description', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'location', 'type' => 'static', 'meta_key' => '', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), array( 'attr' => 'title', 'type' => 'meta', 'meta_key' => 'title', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), ); } }