PartKeepr\TipOfTheDayBundle\Action\MarkTipsAsUnreadAction::__construct PHP Method

__construct() public method

public __construct ( EntityManager $entityManager, UserService $userService )
$entityManager Doctrine\ORM\EntityManager
$userService PartKeepr\AuthBundle\Services\UserService
    public function __construct(EntityManager $entityManager, UserService $userService)
    {
        $this->entityManager = $entityManager;
        $this->userService = $userService;
    }
MarkTipsAsUnreadAction