class BlockMessage implements MessageInterface (View source)

Properties

protected int $bID
protected string $content

Methods

__construct(int $bID = null, string $content = null)

No description

jsonSerialize()

{@inheritdoc}

string
getContent()

No description

int|null
getBlockID()

No description

getFormatter()

No description

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Details

__construct(int $bID = null, string $content = null)

No description

Parameters

int $bID
string $content

jsonSerialize()

{@inheritdoc}

See also

\JsonSerializable::jsonSerialize()

string getContent()

No description

Return Value

string

int|null getBlockID()

No description

Return Value

int|null

FormatterInterface getFormatter()

No description

Return Value

FormatterInterface

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
string $format
array $context