'', 'type' => '', 'modelname' => '', 'layout' => 'full', 'reverse' => 'false', 'default' => '', 'seperator' => 'none', 'heading' => '', 'description' => '', 'tooltip' => '', ); } /** * Control Output * * * @since 2.0 * @access public */ public function get_control_output( $controlEditingTypeModel ) {} /** * Getting Editing Control Type * * * @since 1.0.0 * @access public * * @return String */ public function get_control_edit_type( $editingType ) { switch ( $editingType ) { case 'settings': return 'customizerFeedData.settings'; break; } } /** * Get Control HTML. * * * @since 2.0 * @access public * * @return HTML */ public function print_control_wrapper( $editingType ) { $control_type = $this->get_type(); $controlEditingTypeModel = $this->get_control_edit_type( $editingType ); ?>