integer MODELS_DATA_TYPES_NUMERIC
integer MODELS_DATA_TYPES_BIND
integer MODELS_DATA_TYPES
integer MODELS_COLUMN_MAP
integer MODELS_AUTOMATIC_DEFAULT_UPDATE
integer MODELS_AUTOMATIC_DEFAULT_INSERT
integer MODELS_ATTRIBUTES
public isEmpty () Checks if the internal meta-data container is empty var_dump($metaData->isEmpty());
public hasAttribute (Phalcon\Mvc\ModelInterface $model, mixed $attribute) Check if a model has certain attribute var_dump($metaData->hasAttribute(new Robots(), 'name'));
public getStrategy () Return the strategy to obtain the meta-data
Page 142 of 382