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();
    }