Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
structure
/
interface_001.php
blob: fbeb73e1b59355259cda476eecf630cafb84188d [
file
]
<?
php
interface
MyInterface
{
public
function
getName
();
public
function
getDescription
();
}
?>