DBClassNameTrait
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
getShortName()
Get the base name of the current class Useful as a non-fully qualified CSS Class name in templates.
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
string
getBaseClass()
Get the base dataclass for the list of subclasses
string
getShortName()
Get the base name of the current class Useful as a non-fully qualified CSS Class name in templates.
DBClassNameTrait
setBaseClass(string|null $baseClass)
Assign the base class
array
getEnum()
Get list of classnames that should be selectable
DBClassNameTrait
setValue(mixed $value, ModelData $record = null, bool $markChanged = true)
No description