repo.or.cz
/
phpt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add in support for building PHPT_Core from git repo and add build-specific files...
[phpt.git]
/
src
/
PHPT
/
Controller.php
blob
febe0070294bc19d647dfaff91097a27cf7db053
1
<
?php
2
3
interface
PHPT_Controller
4
{
5
public function
run
(
array
$options
=
array
());
6
}