PHP Class Contao\CoreBundle\EventListener\CommandSchedulerListener

Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework, Doctrine\DBAL\Connection $connection ) Constructor.
onKernelTerminate ( ) Runs the command scheduler.

Private Methods

Méthode Description
canRunController ( ) : boolean Checks whether the controller can be run.

Method Details

__construct() public méthode

Constructor.
public __construct ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework, Doctrine\DBAL\Connection $connection )
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface
$connection Doctrine\DBAL\Connection

onKernelTerminate() public méthode

Runs the command scheduler.
public onKernelTerminate ( )