Sign in
apache
/
zetacomponents
/
d192b4d261b1687f62dcda68309abd676d0c4196
/
.
/
PersistentObject
/
tests
/
data
/
relation_test_second_person.php
blob: aeda46e4863242c4f8f366858fd9e0d68d8b6170 [
file
]
<?
php
require_once dirname
(
__FILE__
)
.
"/relation_test_person.php"
;
class
RelationTestSecondPerson
extends
RelationTestPerson
{
}
?>