Documentation

MockV4ReflectionGrandchild extends MockV4ReflectionChild
in package

Grandchild class for $ENTITY, with a 2-line description!

This is an extended comment.

There is a line break in this comment.

Tags
inheritdoc

Table of Contents

Properties

$foo  : array<string|int, mixed>

Methods

deprecatedFn()  : mixed
Function marked deprecated
nonDeprecatedFn()  : mixed
Function not marked deprecated

Properties

$foo

public array<string|int, mixed> $foo = ['bar' => 1]
Tags
inheritDoc

In the child class, foo has been barred.

Methods

deprecatedFn()

Function marked deprecated

public static deprecatedFn() : mixed
Tags
see
ReflectionUtilsTest::testIsMethodDeprecated

nonDeprecatedFn()

Function not marked deprecated

public static nonDeprecatedFn() : mixed
Tags
see
ReflectionUtilsTest::testIsMethodDeprecated

        
On this page

Search results