MethodParameter

Class TYPO3\CMS\Extbase\Reflection\ClassSchema\Property

Internal

only to be used within Extbase, not part of TYPO3 Core API.

Table of Contents

Methods

__construct()  : mixed
getDefaultValue()  : mixed
getDependency()  : string|null
getName()  : string
getPosition()  : int
getType()  : string|null
getValidators()  : array<string|int, mixed>
hasDefaultValue()  : bool
ignoreValidation()  : bool
isArray()  : bool
isOptional()  : bool

Methods

__construct()

public __construct(string $name, array<string|int, mixed> $definition) : mixed
Parameters
$name : string
$definition : array<string|int, mixed>

getDefaultValue()

public getDefaultValue() : mixed

getDependency()

public getDependency() : string|null
Return values
string|null

getName()

public getName() : string
Return values
string

getPosition()

public getPosition() : int
Return values
int

getType()

public getType() : string|null
Return values
string|null

getValidators()

public getValidators() : array<string|int, mixed>
Return values
array<string|int, mixed>

hasDefaultValue()

public hasDefaultValue() : bool
Return values
bool

ignoreValidation()

public ignoreValidation() : bool
Return values
bool

isArray()

public isArray() : bool
Return values
bool

isOptional()

public isOptional() : bool
Return values
bool

        
On this page

Search results