$objType
$objType : string|null
An implementation, as Trait, of the {@see \Charcoal\Admin\Ui\ObjectContainerInterface}.
setModelFactory(\Charcoal\Factory\FactoryInterface $factory) : \Charcoal\Admin\Ui\ObjectContainerInterface
\Charcoal\Factory\FactoryInterface | $factory | The model factory, to create objects. |
Chainable
setObjType(string $objType) : \Charcoal\Admin\Ui\ObjectContainerInterface
Set the object type.
string | $objType | The object type. |
If provided argument is not of type 'string'.
Chainable
setObjId(string|\Charcoal\Admin\Ui\numeric $objId) : \Charcoal\Admin\Ui\ObjectContainerInterface
Set the object ID.
string|\Charcoal\Admin\Ui\numeric | $objId | The object ID to load. |
If provided argument is not of type 'scalar'.
Chainable
setObjBaseClass(string $objBaseClass) : \Charcoal\Admin\Ui\ObjectContainerInterface
string | $objBaseClass | The base class. |
If provided argument is not of type 'string'.
Chainable