<?php
class FithExample {
// Irgend eine Methode
function saySomethingNice() {
$str = "I am proud of you!";
return $str;
}
}
?>
<?php
class FithExample {
// Irgend eine Methode
function saySomethingNice() {
$str = "I am proud of you!";
return $str;
}
}
?>