I recently realized my currently approach on a project would greatly improve with the use of better/more descriptive objects. As such, I realized that I want an array of obj
Just include
public $matches = array();
Then when you want to add to the the array:
$matches[] = $match; // $match being object of type match