Owl\Http\Controllers\ImageController::__construct PHP Méthode

__construct() public méthode

public __construct ( ImageService $imageService )
$imageService Owl\Services\ImageService
    public function __construct(ImageService $imageService)
    {
        $this->imageService = $imageService;
    }
ImageController