Documentation

Page extends Form
in package
implements InputFilterProviderInterface

Table of Contents

Interfaces

InputFilterProviderInterface

Properties

$currentCategory  : FrontpageLocalisedText|null
$currentName  : FrontpageLocalisedText|null
$currentSubCategory  : FrontpageLocalisedText|null
$pageMapper  : Page
$translator  : Translator

Methods

__construct()  : mixed
getInputFilterSpecification()  : array<string|int, mixed>
Should return an array specification compatible with {@link \Laminas\InputFilter\Factory::createInputFilter()}.
isValid()  : bool
setCurrentValues()  : void

Properties

$pageMapper read-only

private Page $pageMapper

$translator read-only

private Translator $translator

Methods

__construct()

public __construct(Page $pageMapper, Translator $translator) : mixed
Parameters
$pageMapper : Page
$translator : Translator

getInputFilterSpecification()

Should return an array specification compatible with {@link \Laminas\InputFilter\Factory::createInputFilter()}.

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

isValid()

public isValid() : bool
Return values
bool

        
On this page

Search results