/**
  * Constructor for Quotation Collection
  *
  * @param input can vary and what type determines how the class is initialized/created see parent method.
  */
 public function __construct($input)
 {
     parent::__construct($input);
 }