public getNotNullAttributes (Phalcon\Mvc\ModelInterface $model)
Returns an array of not null attributes
print_r($metaData->getNotNullAttributes(new Robots()));
public getNotNullAttributes (Phalcon\Mvc\ModelInterface $model)
Returns an array of not null attributes
print_r($metaData->getNotNullAttributes(new Robots()));
Please login to continue.