Sign in
apache
/
zetacomponents
/
refs/heads/trunk
/
.
/
Reflection
/
tests
/
test_classes
/
methods2.php
blob: 8a76feb218b5c89ce26f80afc44033dbbe424164 [
file
] [
log
] [
blame
]
<?
php
class
TestMethods2
extends
TestMethods
{
public
function
m2
()
{
}
public
function
newMethod
()
{}
}
?>