HumHub Documentation (unofficial)

OptionsResolverIntrospector
in package

Tags
author

Maxime Steinhausser maxime.steinhausser@gmail.com

final

Table of Contents

Properties

$get  : mixed

Methods

__construct()  : mixed
getAllowedTypes()  : array<string|int, string>
getAllowedValues()  : array<string|int, mixed>
getDefault()  : mixed
getDeprecation()  : array<string|int, mixed>
getDeprecationMessage()  : string|Closure
getLazyClosures()  : array<string|int, Closure>
getNormalizer()  : Closure
getNormalizers()  : array<string|int, mixed>

Properties

Methods

getDeprecationMessage()

public getDeprecationMessage(string $option) : string|Closure
Parameters
$option : string
Tags
throws
NoConfigurationException

on no configured deprecation

deprecated

since Symfony 5.1, use "getDeprecation()" instead.

Return values
string|Closure

        
On this page

Search results