Lines Matching refs:property
8 function reflectProperty($classOrObj, $property, $className = null) {
10 $propInfo = new ReflectionProperty($classOrObj, $property);
12 echo "Reflecting on property $className::$property\n\n";
29 static public $stat = "static property";
31 * This property has a comment.
49 Reflecting on property TestClass::pub
67 Reflecting on property TestClass::stat
85 Reflecting on property TestClass::prot
100 * This property has a comment.
105 Reflecting on property TestClass::priv
123 Reflecting on property TestClass::dyn