Newscoop\Image\UpdateStorageService::__construct PHP Method

__construct() public method

public __construct ( EntityManager $em, StorageService $storage )
$em Doctrine\ORM\EntityManager
$storage Newscoop\Storage\StorageService
    public function __construct(EntityManager $em, StorageService $storage)
    {
        $this->em = $em;
        $this->storage = $storage;
    }