Documentation

Minutes extends Form
in package
implements InputFilterProviderInterface

Tags
psalm-import-type

MeetingArrayType from MeetingMapper as ImportedMeetingArrayType

Table of Contents

Interfaces

InputFilterProviderInterface

Constants

ERROR_FILE_EXISTS  = 'file_exists'

Properties

$translator  : Translator

Methods

__construct()  : mixed
getInputFilterSpecification()  : array<string|int, mixed>
Input filter specification.
setError()  : void
Set an error.
setMeetings()  : Minutes

Constants

ERROR_FILE_EXISTS

public mixed ERROR_FILE_EXISTS = 'file_exists'

Properties

$translator read-only

private Translator $translator

Methods

__construct()

public __construct(Translator $translator) : mixed
Parameters
$translator : Translator

getInputFilterSpecification()

Input filter specification.

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

setError()

Set an error.

public setError(string $error) : void
Parameters
$error : string

setMeetings()

public setMeetings(array<string|int, mixed> $meetings) : Minutes
Parameters
$meetings : array<string|int, mixed>
Tags
psalm-param

ImportedMeetingArrayType $meetings

Return values
Minutes

        
On this page

Search results