repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added missing `static` declaration to avoid E_STRIC messages
[haanga.git]
/
contrib
/
dummy.php
blob
9f50eaf0334ffb49bd10200a4a53c2454b27fddf
1
<
?php
2
3
Class
Haanga_Extension_Tag_Dummy
4
{
5
public
$is_block
=
TRUE
;
6
7
static function
main
(
$html
)
8
{
9
return
strtolower
(
$html
);
10
}
11
}