Sign in
apache
/
zetacomponents
/
refs/heads/trunk
/
.
/
Reflection
/
tests
/
test_classes
/
BaseClass.php
blob: 894560e6ed82d93f63df72baa215aec9b57c5013 [
file
] [
log
] [
blame
]
<?
php
class
BaseClass
{
public
function
doSomeMetaProgramming
()
{
return
true
;
}
}
?>