mediatekformation

AttributeMetadata
in package
implements AttributeMetadataInterface

{@inheritdoc}

Tags
author

Kévin Dunglas dunglas@gmail.com

Interfaces, Classes, Traits and Enums

AttributeMetadataInterface

Table of Contents

__construct()  : mixed
__sleep()  : array<string|int, string>
Returns the names of the properties that should be serialized.
addGroup()  : mixed
{@inheritdoc}
getGroups()  : array<string|int, mixed>
{@inheritdoc}
getMaxDepth()  : mixed
{@inheritdoc}
getName()  : string
{@inheritdoc}
getSerializedName()  : string|null
{@inheritdoc}
merge()  : mixed
{@inheritdoc}
setMaxDepth()  : mixed
{@inheritdoc}
setSerializedName()  : mixed
{@inheritdoc}

Methods

__construct()

public __construct(string $name) : mixed
Parameters
$name : string
Return values
mixed

__sleep()

Returns the names of the properties that should be serialized.

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

addGroup()

{@inheritdoc}

public addGroup(mixed $group) : mixed
Parameters
$group : mixed
Return values
mixed

getGroups()

{@inheritdoc}

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

getMaxDepth()

{@inheritdoc}

public getMaxDepth() : mixed
Return values
mixed

getSerializedName()

{@inheritdoc}

public getSerializedName() : string|null
Return values
string|null

merge()

{@inheritdoc}

public merge(AttributeMetadataInterface $attributeMetadata) : mixed
Parameters
$attributeMetadata : AttributeMetadataInterface
Return values
mixed

setMaxDepth()

{@inheritdoc}

public setMaxDepth(mixed $maxDepth) : mixed
Parameters
$maxDepth : mixed
Return values
mixed

setSerializedName()

{@inheritdoc}

public setSerializedName([string $serializedName = null ]) : mixed
Parameters
$serializedName : string = null
Return values
mixed

Search results