index
:
Blog
master
optimization
A simple blog system with Markdown support, written in PHP & MySQL.
Thomas Lange
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
namespace
/
FactoryInterface.php
blob: 54a115b76e4bea00ef93982fedc9a7ee74d6803f (
plain
)
1
2
3
4
5
<
?php
interface
FactoryInterface
{
public static function
build
(
$identifier
);
}
?
>