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