for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace mySociety\EveryPoliticianPopolo\Collections;
class MembershipCollection extends PopoloCollection
{
public function __construct($dataArr, $allPopolo)
$objectClass = 'mySociety\\EveryPoliticianPopolo\\Objects\\Membership';
parent::__construct($dataArr, $objectClass, $allPopolo);
}