Newscoop\GimmeBundle\Serializer\Article\CommentsCountHandler::__construct PHP Метод

__construct() публичный Метод

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