| 1 | <?php namespace Arcanesoft\Foundation; |
||
| 9 | class Foundation |
||
| 10 | { |
||
| 11 | /* ------------------------------------------------------------------------------------------------ |
||
| 12 | | Constants |
||
| 13 | | ------------------------------------------------------------------------------------------------ |
||
| 14 | */ |
||
| 15 | 8 | const VERSION = '0.6.3'; |
|
| 16 | |||
| 17 | /* ------------------------------------------------------------------------------------------------ |
||
| 18 | 8 | | Getters & Setters |
|
| 19 | | ------------------------------------------------------------------------------------------------ |
||
| 20 | */ |
||
| 21 | /** |
||
| 22 | * Get the package version. |
||
| 23 | * |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function version() |
||
| 30 | } |
||
| 31 |