1 | <?php |
||
18 | class Credits |
||
19 | { |
||
20 | const VENDOR_COPYRIGHT = 'Copyright (c) 2015-2017 Webino, s.r.o.'; |
||
21 | const VENDOR_URL = 'http://webino.sk'; |
||
22 | const AUTHOR_NAME = 'Peter Bačinský'; |
||
23 | const AUTHOR_URL = 'http://bacinsky.sk'; |
||
24 | |||
25 | /** |
||
26 | * Returns parsed LICENSE info from vendor dir |
||
27 | * |
||
28 | * @param string $dir Vendor dir |
||
29 | * @return array |
||
30 | */ |
||
31 | public function getCredits($dir) |
||
52 | } |
||
53 |