Newscoop\Services\AttachmentService::__construct PHP Method

__construct() public method

public __construct ( array $config, EntityManager $em, Router $router, UserService $userService )
$config array
$em Doctrine\ORM\EntityManager
$router Symfony\Component\Routing\Router
$userService UserService
    public function __construct(array $config, \Doctrine\ORM\EntityManager $em, Router $router, UserService $userService)
    {
        $this->config = $config;
        $this->em = $em;
        $this->router = $router;
        $this->userService = $userService;
    }