Skip to content

Latest commit

 

History

History
68 lines (24 loc) · 594 Bytes

File metadata and controls

68 lines (24 loc) · 594 Bytes

ObjectExtension

  • Full name: \PhpDocumentorMarkdown\Extension\ObjectExtension
  • Parent class: AbstractExtension

Methods

getFunctions

{@inheritdoc}

public getFunctions(): array

addProperty

Add an object property.

public addProperty(mixed $object, string $key, mixed $value): mixed

Parameters:

Parameter Type Description
$object mixed
$key string
$value mixed