| Current Path : /opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/message/ |
| Current File : //opt/nginxhttpd_/vendor/symfony/maker-bundle/src/Resources/skeleton/message/Message.tpl.php |
<?= "<?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;
// }
}