ReflectionClass::getProperty
Bir sınıf özelliği için bir ReflectionProperty döndürür
&reftitle.description;
public ReflectionPropertyReflectionClass::getProperty
stringisim
Bir sınıf özelliği için bir ReflectionProperty
döndürür.
&reftitle.parameters;
isim
Özelliğin ismi.
&reftitle.returnvalues;
Bir ReflectionProperty nesnesi.
&reftitle.examples;
- ReflectionClass::getProperty örneği
getProperty('name');
var_dump($property);
?>
]]>
&example.outputs;
string(4) "name"
["class"]=>
string(15) "ReflectionClass"
}
]]>
&reftitle.seealso;
ReflectionClass::getProperties