Newscoop\Services\SchedulerService::__construct PHP Метод

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

Construct
public __construct ( EntityManager $em, $config = [] )
$em Doctrine\ORM\EntityManager
    public function __construct(EntityManager $em, $config = array())
    {
        $this->em = $em;
        $this->config = $config;
        $this->jobby = new Jobby();
    }