Notice: Undefined variable: namespace in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 3
;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
Notice: Undefined variable: event_full_class_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 6
class
Notice: Undefined variable: class_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 8
implements EventSubscriberInterface
{
public function
Notice: Undefined variable: method_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 10
(
Notice: Undefined variable: event_arg in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 10
)
{
// ...
}
public static function getSubscribedEvents()
{
return [
Notice: Undefined variable: event in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 18
=> '
Notice: Undefined variable: method_name in C:\SistemasPHP\ccp\vendor\symfony\maker-bundle\src\Resources\skeleton\event\Subscriber.tpl.php on line 18
',
];
}
}