DiskRepository
uses
Singleton
Table of Contents
Methods
-
__wakeup()
: mixed
-
detachAttachedObjectByQuote()
: void
-
detachByAttachedObjectIds()
: void
-
existsByEntity()
: bool
-
getFileById()
: File|null
-
getInstance()
: static
__wakeup()
public
__wakeup() : mixed
detachAttachedObjectByQuote()
public
detachAttachedObjectByQuote(int $quoteId) : void
Parameters
-
$quoteId
: int
-
detachByAttachedObjectIds()
public
detachByAttachedObjectIds(array<string|int, mixed> $needToDetach) : void
Parameters
-
$needToDetach
: array<string|int, mixed>
-
existsByEntity()
public
existsByEntity(int $entityId, string $entityType) : bool
Parameters
-
$entityId
: int
-
-
$entityType
: string
-
getFileById()
public
getFileById(mixed $id) : File|null
Parameters
-
$id
: mixed
-
getInstance()
public
static getInstance() : static