Returns all licenses information, keyed by the lowercased license identifier.
array{0: string, 1: string, 2: bool, 3: bool}[] Each item is [ 0 => identifier (string), 1 => full name (string), 2 => osi certified (bool), 3 => deprecated (bool) ]
public function getLicenses() { return $this->licenses; }