![]() ![]() |
freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?phpnamespace Phem\ClassLoading\Bootstrapping;use Phem\Core\Object;/*** @author Jakub PetrĹžĂlka <petrzilka@czweb.net>*/abstract class Bootstrapper extends Object{public function init(){$this->boot();}protected abstract function boot();}