Ejemplo n.º 1
0
 /**
  * Initialize vars 
  */
 protected function _initVars()
 {
     $this->details = new DetailArray();
     $this->history = new HistoryArray();
     $this->payments = new PaymentArray();
     return parent::_initVars();
 }
 /**
  * Initialize vars
  */
 protected function _initVars()
 {
     reset(self::$frequencyTypes);
     $this->details = new DetailArray();
     $this->frequencyType = current(self::$frequencyTypes);
     return parent::_initVars();
 }
Ejemplo n.º 3
0
 /**
  * Initialize vars 
  */
 protected function _initVars()
 {
     $this->details = new DetailArray();
     $this->history = new HistoryArray();
     $this->estimateDate = new \DateTime();
     return parent::_initVars();
 }
Ejemplo n.º 4
0
 /**
  * Initialize vars
  */
 protected function _initVars()
 {
     $this->notes = new NoteArray();
     return parent::_initVars();
 }