Newscoop\User\SearchService::__construct PHP Méthode

__construct() public méthode

public __construct ( ImageService $imageService )
$imageService Newscoop\Image\ImageService
    public function __construct(ImageService $imageService)
    {
        $this->imageService = $imageService;
    }