1<?
php declare(strict_types=1);
32 $r = ARInformation::find($internal);
35 $r->setInternal($internal);
39 $r->setTitle($information->
getTitle());
41 $r->setSize($information->
getSize());
53 $r = ARInformation::find($internal);
56 $i->setTitle($r->getTitle());
57 $i->setSize($r->getSize());
58 $i->setMimeType($r->getMimeType());
68 $r = ARInformation::find($internal);
An exception for terminatinating execution or to throw for unit testing.
Interface InformationRepository.
getInternalID(Revision $revision)
store(Information $information, Revision $revision)
@inheritDoc
Interface InformationRepository.