19 declare(strict_types=1);
41 ?
string $revision_title =
null 43 if ($result->
isOK()) {
48 $revision_title ?? $result->
getName()
51 $resource = $this->resource_builder->new(
55 $resource->addStakeholder($stakeholder);
56 $this->resource_builder->store($resource);
58 return $resource->getIdentification();
60 throw new \LogicException(
"Can't handle UploadResult: " . $result->
getStatus()->getMessage());
66 ?
string $revision_title =
null 71 ResourceType::SINGLE_FILE,
stream(FileStream $stream, ResourceStakeholder $stakeholder, ?string $revision_title=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class ResourceIdentification.
Interface ResourceStakeholder.
upload(UploadResult $result, ResourceStakeholder $stakeholder, ?string $revision_title=null)
Creates a new resource from an upload, the status in this case is always PUBLISHED.
The base interface for all filesystem streams.
newStreamBased(FileStream $stream, ResourceStakeholder $stakeholder, ResourceType $type, ?string $revision_title=null)