1 | <?php |
||
18 | class LibraryPackage extends BasePackage |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * |
||
24 | * Gets library version using `phpversion()` function if possible, an empty |
||
25 | * string will be returned if no version could be found (library not installed). |
||
26 | * |
||
27 | * @return string Package's version, for instance `1.2.x-dev` |
||
28 | */ |
||
29 | public function version() |
||
55 | } |
||
56 |