ModelIdentifier (Contracts)
ModelIdentifier
class ModelIdentifier (View source)
Properties
string | $class | The class name of the model. | |
mixed | $id | The unique identifier of the model. |
Methods
void | __construct( string $class, mixed $id) Create a new model identifier. |