Documentation

ActivityCalendarOption extends Fieldset
in package
implements InputFilterProviderInterface

Table of Contents

Interfaces

InputFilterProviderInterface

Properties

$calendarFormService  : ActivityCalendarForm
$translator  : Translator

Methods

__construct()  : mixed
beforeEndTime()  : bool
Check if a certain date is before the end date of the option.
getInputFilterSpecification()  : array<string|int, mixed>
isFutureTime()  : bool
Check if a certain date is in the future.

Properties

Methods

beforeEndTime()

Check if a certain date is before the end date of the option.

public beforeEndTime(string $value[, array<string|int, mixed> $context = [] ]) : bool
Parameters
$value : string
$context : array<string|int, mixed> = []
Tags
phpcsSuppress

SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification

Return values
bool

getInputFilterSpecification()

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

isFutureTime()

Check if a certain date is in the future.

public isFutureTime(string $value) : bool
Parameters
$value : string
Return values
bool

        
On this page

Search results