integer MODELS_DATE_IN
integer MODELS_DATA_TYPES_NUMERIC
integer MODELS_DATA_TYPES
integer MODELS_ATTRIBUTES
integer MODELS_COLUMN_MAP
integer MODELS_AUTOMATIC_DEFAULT_INSERT
integer MODELS_AUTOMATIC_DEFAULT_UPDATE
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 string getIdentityField (Phalcon\Mvc\ModelInterface $model) Returns the name of identity field (if one is present) print_r($metaData->getIdentityField(new Robots()));
Page 142 of 382