public function ApplicationActions($context, $moduleName, $actionName)
 {
     parent::__construct($context, $moduleName, $actionName);
 }
예제 #2
0
 public function __construct($context, $moduleName, $actionName)
 {
     parent::__construct($context, $moduleName, $actionName);
     $this->_req_fields = array('contact_name', 'contact_number', 'contact_email', 'catalog_number');
     $this->_errors = array();
 }
예제 #3
0
 public function __construct($context, $moduleName, $actionName)
 {
     parent::__construct($context, $moduleName, $actionName);
     $this->_errors = array();
 }
예제 #4
0
 public function __construct($context, $moduleName, $actionName)
 {
     parent::__construct($context, $moduleName, $actionName);
     $this->_pdf_directory = sfConfig::get('sf_root_dir') . DIRECTORY_SEPARATOR . 'pdf' . DIRECTORY_SEPARATOR . 'article' . DIRECTORY_SEPARATOR;
     $this->_valid_PDFs = array('livewire-supply-makes-vision-of-a-wired-distribution-industry-a-reality');
 }
예제 #5
0
 public function __construct($context, $moduleName, $actionName)
 {
     parent::__construct($context, $moduleName, $actionName);
     $this->_comp_suffix = array('Inc.', 'Incorporated', 'LLC', 'Co.', 'Ltd', 'Corp', 'Corporation', 'Company');
 }
예제 #6
0
 public function __construct($context, $moduleName, $actionName)
 {
     parent::__construct($context, $moduleName, $actionName);
     $this->errorMap = array();
     $this->currentUser = $this->getCurrentUser();
 }