Documentation

UserAssignable

Table of Contents

$userAssignable  : bool
isUserAssignable()  : bool
setUserAssignable()  : mixed
Changes whether the template should be able to get manually assigned to a template or not.

Properties

$userAssignable

protected bool $userAssignable = true
Tags
Column

(type="boolean", options={"default"=true})

Methods

isUserAssignable()

public isUserAssignable() : bool
Return values
bool

setUserAssignable()

Changes whether the template should be able to get manually assigned to a template or not.

public setUserAssignable([bool $flag = true ]) : mixed
Parameters
$flag : bool = true
Return values
mixed

Search results