Example #1
0
 /**
  * Constructor for the enum
  *
  * @param string $addressType
  */
 public function __construct($addressType)
 {
     parent::__construct($addressType);
     $this->addressType = $addressType;
 }
 /**
  * @param string $result
  */
 public function __construct($result)
 {
     parent::__construct($result);
     $this->result = $result;
 }
Example #3
0
 /**
  * @param string $type
  */
 public function __construct($type)
 {
     parent::__construct($type);
     $this->type = $type;
 }
Example #4
0
 /**
  * AutoSettleFlag constructor.
  *
  * @param string $flag
  */
 public function __construct($flag)
 {
     parent::__construct($flag);
     $this->flag = $flag;
 }
 /**
  * Constructor for the enum
  *
  * @param string $indicator
  */
 public function __construct($indicator)
 {
     parent::__construct($indicator);
     $this->indicator = $indicator;
 }
 /**
  * Constructor for the enum
  *
  * @param string $sequence
  */
 public function __construct($sequence)
 {
     parent::__construct($sequence);
     $this->sequence = $sequence;
 }
Example #7
0
 /**
  * Constructor for the enum
  *
  * @param string $recurringFlag
  */
 public function __construct($recurringFlag)
 {
     parent::__construct($recurringFlag);
     $this->recurringFlag = $recurringFlag;
 }
 /**
  * @param string $mode
  */
 public function __construct($mode)
 {
     parent::__construct($mode);
     $this->mode = $mode;
 }