MediaType
class MediaType extendsModel
Volumes can contain different types of image-series. One type would be a time-series of a static camera taking photos in regular intervals for example. Another type coud be images from a moving camera.
Traits
Some models have fixed, "constant" instances. An example is the Role model, which may
have e.g. the roles "admin" and "user". These are always the same and do not change.
Constants
INSTANCES |
The constant instances of this model. |
Properties
bool | $timestamps | Don't maintain timestamps for this model. |
Methods
static Model|int
__callStatic(string$key,mixed$arguments)
Get one of the instances of this model that are defined in the INSTANCES constant array.
from HasConstantInstances
Details
inHasConstantInstancesat line37
staticModel|int
__callStatic(string$key,mixed$arguments)
Get one of the instances of this model that are defined in the INSTANCES constant array.