class CheckSet extends Collection (View source)

Properties

protected $collection_key
protected $checksType
protected $checksDataType
string $displayName
protected $imageAllowlistType
protected $imageAllowlistDataType
protected $scopeType
protected $scopeDataType

Methods

setChecks($checks)

No description

Check[]
getChecks()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setImageAllowlist(ImageAllowlist $imageAllowlist)

No description

setScope(Scope $scope)

No description

getScope()

No description

Details

setChecks($checks)

No description

Parameters

$checks

Check[] getChecks()

No description

Return Value

Check[]

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setImageAllowlist(ImageAllowlist $imageAllowlist)

No description

Parameters

ImageAllowlist $imageAllowlist

ImageAllowlist getImageAllowlist()

No description

Return Value

ImageAllowlist

setScope(Scope $scope)

No description

Parameters

Scope $scope

Scope getScope()

No description

Return Value

Scope