1 | <?php |
||
16 | class Application extends BaseApplication |
||
17 | { |
||
18 | const VERSION = '0.4.0'; |
||
19 | |||
20 | /** |
||
21 | * Initializes the application instance. |
||
22 | * |
||
23 | * @param \Rougin\Refinery\Builder $builder |
||
24 | * @param \Rougin\Describe\Describe $describe |
||
25 | * @param \Rougin\Refinery\Manager $manager |
||
26 | */ |
||
27 | public function __construct(Builder $builder, Describe $describe, Manager $manager) |
||
39 | } |
||
40 |