HJI WP Membership Code Reference
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Slipstream API Docs

Namespaces

  • hji
    • AgentRoster
      • controllers
      • models
      • utils
    • common
      • factories
      • interfaces
      • models
      • utils
    • construction
      • admin
        • controllers
        • models
      • core
      • front
        • controllers
      • interfaces
      • models
        • listings
        • subdivisions
      • views
    • geofarms
      • common
      • controllers
      • models
      • widgets
    • homevalue
      • controllers
      • core
        • abstracts
      • models
    • lifestylefinder
    • listingstoblog
      • controllers
    • membership
      • abstracts
      • controllers
      • entities
      • extension
        • abstracts
        • interfaces
      • factories
      • includes
      • interfaces
      • models
        • data
        • webservice
          • abstracts
          • actions
          • interfaces
      • observers
      • services
    • recentsales
      • controllers
      • tinymce
      • widgets
    • ResponsiveIDX
      • abstracts
      • adapters
      • controllers
      • core
        • abstracts
      • entities
      • models
      • services
      • tinymce
      • utils
      • widgets
    • schools
      • controllers
      • tinymce
      • widgets
    • users
      • abstracts
      • admin
        • controllers
        • models
      • controllers
      • core
        • abstracts
      • entities
      • models
      • utils
  • None
  • REL
    • controllers
    • Models
    • Taxonomies
    • Utils
      • Convert
    • widgets

Classes

  • Images
  • Labels
  • NCSearchWidget
  • NCSearchWidgetViewModel
  • Pagination
  • Settings

Class NCSearchWidget

WP_Widget
Extended by hji\common\interfaces\Widget
Extended by hji\construction\core\Widget
Extended by hji\construction\models\NCSearchWidget
Namespace: hji\construction\models
Located at App/models/NCSearchWidget.php

Methods summary

public
# __construct( )
public
# widget( array $args, array $instance )

Renders widget content on the page Implementation of WP_Widget::widget();

Renders widget content on the page Implementation of WP_Widget::widget();

Parameters

$args
$instance

Overrides

hji\common\interfaces\Widget::widget
public boolean|string
# getWidgetContent( $args, $instance )

Returns widget content

Returns widget content

Parameters

$args
$instance

Returns

boolean|string

Overrides

hji\common\interfaces\Widget::getWidgetContent
public array
# prepareWidget( $instance, $args )

Logic that goes inside WP_Widget::widget() before rendering

Logic that goes inside WP_Widget::widget() before rendering

Returns

array
of variables that will be passed into the view

Overrides

hji\construction\core\Widget::prepareWidget
public array
# prepareForm( $instance )

Logic that goes inside WP_Widget::form() before rendering

Logic that goes inside WP_Widget::form() before rendering

Returns

array
of variables that will be passed into the view

Overrides

hji\construction\core\Widget::prepareForm
public
# getFormTemplateFile( )

Overrides

hji\construction\core\Widget::getFormTemplateFile
public
# getWidgetTemplateFile( )

Overrides

hji\construction\core\Widget::getWidgetTemplateFile

Methods inherited from hji\construction\core\Widget

getView()

Methods inherited from hji\common\interfaces\Widget

form(), getFormContent(), getFormView(), getWidgetView(), get_field_id(), get_field_name()

Properties summary

public static array $supportedFields

Supported fields are currently not used within the Widget object, but they are supported by Shortcodes class, which will validate shortcode attributes against widget's supported fields, if they are defined. [\hji\common\interfaces\Shortcode::validateParameters()]

Supported fields are currently not used within the Widget object, but they are supported by Shortcodes class, which will validate shortcode attributes against widget's supported fields, if they are defined. [\hji\common\interfaces\Shortcode::validateParameters()]

# array( 'title', 'polygon', 'polynames', 'layout', 'expand_advanced_opt', 'sortField', 'sortOrder' )

Properties inherited from hji\common\interfaces\Widget

$isTinyMcePlugin

HJI WP Membership Code Reference API documentation generated by ApiGen