ISchema
in
Table of Contents
Methods
- delete() : IModel
- getName() : string
- Gets the name of the schema
- read() : IModel|void|null
- save() : IModel
- update() : IModel
Methods
delete()
public
delete(IModel $model) : IModel
Parameters
- $model : IModel
Return values
IModelgetName()
Gets the name of the schema
public
getName() : string
Return values
string —The name of the schema.
read()
public
read(string $type, string $id) : IModel|void|null
Parameters
- $type : string
- $id : string
Return values
IModel|void|nullsave()
public
save(IModel $model) : IModel
Parameters
- $model : IModel
Return values
IModelupdate()
public
update(IModel $model) : IModel
Parameters
- $model : IModel