final public isVisibleModelProperty (Phalcon\Mvc\ModelInterface $model, mixed $property)
Check whether a model property is declared as public.
$isPublic = $manager->isVisibleModelProperty(new Robots(), 'name');
final public isVisibleModelProperty (Phalcon\Mvc\ModelInterface $model, mixed $property)
Check whether a model property is declared as public.
$isPublic = $manager->isVisibleModelProperty(new Robots(), 'name');
Please login to continue.