DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / interface_001.php
12345678
<?php interface MyInterface { public function getName(); public function getDescription(); } ?>