Mvc\Model\Manager::isVisibleModelProperty

final public isVisibleModelProperty (Phalcon\Mvc\ModelInterface $model, mixed $property)

Check whether a model property is declared as public.

$isPublic = $manager->isVisibleModelProperty(new Robots(), 'name');
doc_Phalcon
2016-10-16 09:53:25
Comments
Leave a Comment

Please login to continue.