( ! ) Warning: Undefined variable $namespace in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/scheduler/Schedule.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0009 | 363008 | {main}( ) | .../Schedule.tpl.php:0 |
;
( ! ) Warning: Undefined variable $use_statements in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/scheduler/Schedule.tpl.php on line 5 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0009 | 363008 | {main}( ) | .../Schedule.tpl.php:0 |
#[AsSchedule
( ! ) Warning: Undefined variable $has_transport_name in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/scheduler/Schedule.tpl.php on line 7 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0009 | 363008 | {main}( ) | .../Schedule.tpl.php:0 |
]
final class
( ! ) Warning: Undefined variable $class_name in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/scheduler/Schedule.tpl.php on line 8 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0009 | 363008 | {main}( ) | .../Schedule.tpl.php:0 |
implements ScheduleProviderInterface
{
public function __construct(
private CacheInterface $cache,
) {
}
public function getSchedule(): Schedule
{
return (new Schedule())
->add(
( ! ) Warning: Undefined variable $has_custom_message in /work/home/rbenmimo/www/TP3-rbenmimo/vendor/symfony/maker-bundle/src/Resources/skeleton/scheduler/Schedule.tpl.php on line 19 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0009 | 363008 | {main}( ) | .../Schedule.tpl.php:0 |
// @TODO - Create a Message to schedule
// RecurringMessage::every('1 hour', new App\Message\Message()),
)
->stateful($this->cache)
;
}
}