blob: fbeb73e1b59355259cda476eecf630cafb84188d [file]
<?php
interface MyInterface {
public function getName();
public function getDescription();
}
?>