Documentation

NoDynamicFieldsTrait

Table of Contents

__get()  : mixed
__isset()  : mixed
__set()  : mixed
__unset()  : mixed
throw()  : RuntimeException

Methods

__get()

public __get(string $name) : mixed
Parameters
$name : string
Tags
phpstan-return

never

Return values
mixed

__isset()

public __isset(string $name) : mixed
Parameters
$name : string
Tags
phpstan-return

never

Return values
mixed

__set()

public __set(string $name, mixed $value) : mixed
Parameters
$name : string
$value : mixed
Tags
phpstan-return

never

Return values
mixed

__unset()

public __unset(string $name) : mixed
Parameters
$name : string
Tags
phpstan-return

never

Return values
mixed

throw()

private throw(string $field) : RuntimeException
Parameters
$field : string
Return values
RuntimeException

Search results