function __construct($listingTypeID) { $this->_customFields = array('keywords', 'PostedWithin'); parent::__construct(SJB_FormBuilderManager::FORM_BUILDER_TYPE_SEARCH, $listingTypeID); }
/** * @param SJB_TemplateProcessor $tp */ public function setChargedTemplateProcessor($tp) { $tp->assign('display_layout', $this->getDisplayLayout($this->listingTypeID)); parent::setChargedTemplateProcessor($tp); }