source:
branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php
@
19204
Revision 19204, 160 bytes checked in by miningbrownie, 12 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[19197] | 1 | <?php |
[19198] | 2 | |
3 | ||
4 | class TestPlugin1 extends SC_Plugin_Ex { | |
5 | ||
[19199] | 6 | |
[19203] | 7 | function enable(String $classname){ |
[19204] | 8 | preg_match("//",$classname); |
[19199] | 9 | |
10 | } | |
[19198] | 11 | |
12 | ||
13 | } |
Note: See TracBrowser
for help on using the repository browser.