Contao\CoreBundle\EventListener\CommandSchedulerListener::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework, Doctrine\DBAL\Connection $connection )
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface
$connection Doctrine\DBAL\Connection
    public function __construct(ContaoFrameworkInterface $framework, Connection $connection)
    {
        $this->framework = $framework;
        $this->connection = $connection;
    }