Documentation

MediaIdentifier extends Identifier
in package

Interface IdentifierInterface

Tags
template
extends

Table of Contents

Properties

$object  : MediaObjectInterface|null

Methods

__construct()  : mixed
IdentifierInterface constructor.
__debugInfo()  : array<string|int, mixed>
createFromObject()  : MediaIdentifier<string|int, T>
getId()  : string
Get identifier's ID.
getObject()  : T
getType()  : string
Get identifier's type.
jsonSerialize()  : array<string|int, mixed>
setObject()  : void
findFlash()  : array<string|int, mixed>|null
getFlash()  : FlexFormFlash
getFlexObject()  : FlexObjectInterface|null

Properties

Methods

__construct()

IdentifierInterface constructor.

public __construct(string $id) : mixed
Parameters
$id : string

__debugInfo()

public __debugInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>

getId()

Get identifier's ID.

public getId() : string
Tags
phpstan-pure
Return values
string

getType()

Get identifier's type.

public getType() : string
Tags
phpstan-pure
Return values
string

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

setObject()

public setObject(T $object) : void
Parameters
$object : T

findFlash()

protected findFlash(array<string|int, mixed> $parts) : array<string|int, mixed>|null
Parameters
$parts : array<string|int, mixed>
Return values
array<string|int, mixed>|null

        
On this page

Search results