Given:
class myClass extends \Phalcon\Mvc\Model { public $a; protected $b; private $c; }
How can I test that $a is public, $b is protected, and $c is private from within myClass?
Aucun commentaire:
Enregistrer un commentaire