Newscoop\GimmeBundle\Serializer\Article\CommentsCountHandler::__construct PHP Method

__construct() public method

public __construct ( $commentService )
    public function __construct($commentService)
    {
        $this->commentService = $commentService;
    }