Skip to content

Commit

Permalink
Split framework adapters from core package
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Apr 7, 2015
1 parent bdc401a commit 7804134
Show file tree
Hide file tree
Showing 11 changed files with 265 additions and 1,292 deletions.
3 changes: 0 additions & 3 deletions Bootstraps/BootstrapInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

namespace PHPPM\Bootstraps;

use Stack\Builder;

/**
* All application bootstraps must implement this interface
*/
interface BootstrapInterface
{
public function __construct($appenv);
public function getApplication();
public function getStack(Builder $stack);
}
60 changes: 0 additions & 60 deletions Bootstraps/Laravel.php

This file was deleted.

49 changes: 0 additions & 49 deletions Bootstraps/Symfony.php

This file was deleted.

59 changes: 0 additions & 59 deletions Bootstraps/Zf2.php

This file was deleted.

58 changes: 0 additions & 58 deletions Bootstraps/Zf2/Mvc/Application.php

This file was deleted.

58 changes: 0 additions & 58 deletions Bootstraps/Zf2/Mvc/Service/ServiceListenerFactory.php

This file was deleted.

86 changes: 0 additions & 86 deletions Bootstraps/Zf2/Mvc/Service/ViewHelperManagerFactory.php

This file was deleted.

Loading

0 comments on commit 7804134

Please sign in to comment.