Property
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- __construct() : mixed
- filterLazyLoadingProxyAndLazyObjectStorage() : bool
- getCascadeValue() : string|null
- getFileUpload() : array<string|int, mixed>|null
- getFilteredTypes() : array<int, Type>
- getName() : string
- getPrimaryCollectionValueType() : Type|null
- getPrimaryType() : Type|null
- Returns the primary type found in a list of types except LazyLoadingProxy
- getTypes() : array<int, Type>
- Returns the types (string, integer, ...) set by the `@var` doc comment and php property type declarations
- getValidators() : array<string|int, mixed>
- isLazy() : bool
- isNullable() : bool
- isObjectStorageType() : bool
- isPrivate() : bool
- isProtected() : bool
- isPublic() : bool
- isTransient() : bool
Methods
__construct()
    public
                    __construct(string $name, array<string|int, mixed> $definition) : mixed
    Parameters
- $name : string
- $definition : array<string|int, mixed>
filterLazyLoadingProxyAndLazyObjectStorage()
    public
                    filterLazyLoadingProxyAndLazyObjectStorage(Type $type) : bool
    Parameters
- $type : Type
Return values
boolgetCascadeValue()
    public
                    getCascadeValue() : string|null
    Return values
string|nullgetFileUpload()
    public
                    getFileUpload() : array<string|int, mixed>|null
    Return values
array<string|int, mixed>|nullgetFilteredTypes()
    public
                    getFilteredTypes(callable $callback) : array<int, Type>
    Parameters
- $callback : callable
Return values
array<int, Type>getName()
    public
                    getName() : string
    Return values
stringgetPrimaryCollectionValueType()
    public
                    getPrimaryCollectionValueType() : Type|null
    Return values
Type|nullgetPrimaryType()
Returns the primary type found in a list of types except LazyLoadingProxy
    public
                    getPrimaryType() : Type|null
    Return values
Type|nullgetTypes()
Returns the types (string, integer, ...) set by the `@var` doc comment and php property type declarations
    public
                    getTypes() : array<int, Type>
    Returns empty array if types could not be evaluated
Return values
array<int, Type>getValidators()
    public
                    getValidators() : array<string|int, mixed>
    Return values
array<string|int, mixed>isLazy()
    public
                    isLazy() : bool
    Return values
boolisNullable()
    public
                    isNullable() : bool
    Return values
boolisObjectStorageType()
    public
                    isObjectStorageType() : bool
    Return values
boolisPrivate()
    public
                    isPrivate() : bool
    Return values
boolisProtected()
    public
                    isProtected() : bool
    Return values
boolisPublic()
    public
                    isPublic() : bool
    Return values
boolisTransient()
    public
                    isTransient() : bool