예제 #1
0
 /**
  * Initialize a Movie Collection
  *
  * I'm not sure if this is required or if I will do anything, the original constructor was always designed to handle various ways
  * of getting the data into the class, from a CSV file to passing it in as an array to eventually database access...
  *
  * @param input can vary and what type determines how the class is initialized/created see parent method.
  */
 public function __construct($input)
 {
     parent::__construct($input);
 }