ReflectionClass::export
Exporta una clase
&warn.deprecated.function-7-4-0.removed-8-0-0;
&reftitle.description;
public static stringReflectionClass::export
mixedargumento
boolreturn&false;
Exporta una clase reflejada.
&reftitle.parameters;
argumento
&reflection.export.param.name;
return
&reflection.export.param.return;
&reftitle.returnvalues;
&reflection.export.return;
&reftitle.examples;
Uso básico de ReflectionClass::export
]]>
&example.outputs.similar;
class Apple ] {
@@ php shell code 1-8
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [2] {
Property [ public $var1 ]
Property [ public $var2 ]
}
- Methods [1] {
Method [ public method type ] {
@@ php shell code 5 - 7
}
}
}
]]>
&reftitle.seealso;
ReflectionClass::getName
ReflectionClass::__toString