DEBSOURCES
Skip Quicknav
sources / dia2code / 1.0.0-1 / tests / multiple_stereo.dia.php / Interface3.php
1234567891011
<?php interface Interface3 { // Attributes public $nom; // Operations public function getNom () { } public function setNom ($value) { } } ?>