D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Inheritance
/
Filename :
InheritanceA.php
back
Copy
<?php require_once(__DIR__ . '/InheritanceB.php'); class InheritanceA extends InheritanceB { }