Documentation

EntryRestriction
in package
implements ResourceInterface

Sub-resource in AreaAccessRestriction

Tags
see
AreaAccessRestriction::getEntry()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$ban  : string|null
$bannedArea  : array<string|int, mixed>|null
$borderBan  : array<string|int, mixed>|null
$date  : string|null
$exemptions  : string|null
$rules  : string|null
$text  : string|null
$throughDate  : string|null
__set()  : void
__toString()  : string
getBan()  : string|null
getBannedArea()  : array<string|int, Area>|null
getBorderBan()  : array<string|int, Border>|null
getDate()  : string|null
getExemptions()  : string|null
getRules()  : string|null
getText()  : string|null
getThroughDate()  : string|null

Properties

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

getBannedArea()

public getBannedArea() : array<string|int, Area>|null
Return values
array<string|int, Area>|null

getExemptions()

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

getRules()

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

getThroughDate()

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

Search results