/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
symfony
/
maker-bundle
/
src
/
Resources
/
skeleton
/
message
/
Upload File
HOME
<?= "<?php\n" ?> namespace <?= $namespace; ?>; final class <?= $class_name."\n" ?> { /* * Add whatever properties & methods you need to hold the * data for this message class. */ // private $name; // // public function __construct(string $name) // { // $this->name = $name; // } // // public function getName(): string // { // return $this->name; // } }