1 | <?php |
||
23 | class RaListingCollection extends CollectionDto |
||
24 | { |
||
25 | protected static function createElementFromData(array $raListing) |
||
29 | |||
30 | /** |
||
31 | * Checks if a certain institution is listed in the RA listing |
||
32 | * @param $institution |
||
33 | * @return bool |
||
34 | */ |
||
35 | public function isListed($institution) |
||
45 | } |
||
46 |