Methods
OutgoingTask constructor to provide XML POST to target endpoint URLs with new headers
__construct(integer $id, \Doctrine\ORM\EntityManager $em, \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $params, \Psr\Log\LoggerInterface $logger)
Arguments
$em
\Doctrine\ORM\EntityManager
$params
\Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
$logger
\Psr\Log\LoggerInterface
TaskInterface Execute function runs as a forked child process in background with logging attached
execute()
Properties
Incoming ID of record to process via `php bin/console app:outgoing (id}`
id : integer
Symfony Application parameters injection via auto-wiring
params : \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
Type(s)
\Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
Doctrine Entity Manager for application via config/services.yaml
em : \Doctrine\ORM\EntityManager
Type(s)
\Doctrine\ORM\EntityManager
Logger Interface for application passed via auto-wiring
logger : \Psr\Log\LoggerInterface
Type(s)
\Psr\Log\LoggerInterface