Skip to content
Snippets Groups Projects

Arc2 autoload

Merged Stein Magne Bjorklund requested to merge arc2-autoload into master
2 unresolved threads
11 files
+ 66
31
Compare changes
  • Side-by-side
  • Inline
Files
11
<?php
abstract class AbstractModule{
abstract class AbstractModule {
abstract protected function match($uri);
abstract protected function execute($params);
}
?>
Loading