Newscoop\WebcodeFacade::__construct PHP Method

__construct() public method

public __construct ( EntityManager $em, Random $random )
$em Doctrine\ORM\EntityManager
$random Random
    public function __construct(EntityManager $em, Random $random)
    {
        $this->em = $em;
        $this->random = $random;
    }