trait DBClassNameTrait (View source)

Properties

protected string|null $baseClass

Base classname of class to enumerate.

protected DataObject|null $record

Parent object

Methods

public
__construct(string|null $name = null, string|null $baseClass = null, array $options = [])

Create a new DBClassName field

public
string
getBaseClass()

Get the base dataclass for the list of subclasses

public
string
getShortName()

Get the base name of the current class Useful as a non-fully qualified CSS Class name in templates.

public
setBaseClass(string|null $baseClass)

Assign the base class

public
array
getEnum()

Get list of classnames that should be selectable

public
setValue(mixed $value, ModelData $record = null, bool $markChanged = true)

No description

Details

__construct(string|null $name = null, string|null $baseClass = null, array $options = [])

Create a new DBClassName field

Parameters

string|null $name
string|null $baseClass

Optional base class to limit selections

array $options

Optional parameters for this DBField instance

string getBaseClass()

Get the base dataclass for the list of subclasses

Return Value

string

string getShortName()

Get the base name of the current class Useful as a non-fully qualified CSS Class name in templates.

Return Value

string

DBClassNameTrait setBaseClass(string|null $baseClass)

Assign the base class

Parameters

string|null $baseClass

Return Value

DBClassNameTrait

array getEnum()

Get list of classnames that should be selectable

Return Value

array

DBClassNameTrait setValue(mixed $value, ModelData $record = null, bool $markChanged = true)

No description

Parameters

mixed $value
ModelData $record
bool $markChanged

Return Value

DBClassNameTrait