Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license comment _after_ the php opening tag. | Harald Eilertsen | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Switch to Reuse for license handling. | Harald Eilertsen | 2021-04-14 | 1 | -0/+5 |
| | | | | Run `reuse lint` to verify that all material is licensed. | ||||
* | Change venues into proper objects. | Harald Eilertsen | 2021-04-10 | 1 | -0/+92 |
This means most static functions now either return a venue object, or an array of venue objects. The exception is the `all_cities` method, which still return an array of cities as strings. The constructor has been made private, as it should not be used directly from anywhere but the static methods on the Venue class. |