Owl\Services\ImageService::__construct PHP Метод

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

public __construct ( Owl\Repositories\ImageRepositoryInterface $imageRepo )
$imageRepo Owl\Repositories\ImageRepositoryInterface
    public function __construct(ImageRepositoryInterface $imageRepo)
    {
        $this->imageRepo = $imageRepo;
    }