Standard\Controllers\Cron\CronController::__construct PHP Метод

__construct() публичный Метод

public __construct ( Twig_Environment $twig )
$twig Twig_Environment
    public function __construct(Twig_Environment $twig)
    {
        $this->twig = $twig;
        $this->cronSettings = TableRegistry::get('CronSettings');
        $this->cronsTable = TableRegistry::get('Cron');
    }