Newscoop\Image\UpdateStorageService::__construct PHP Метод

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

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;
    }