ReflectionClass::getInterfaces
Pobiera interfejsy klasy
&reftitle.description;
public arrayReflectionClass::getInterfaces
Pobiera interfejsy klasy.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Tablica asocjacyjna (array) interfejsów, w której klucze to nazwy
interfejsów, a wartości to obiekty ReflectionClass.
&reftitle.examples;
Przykład użycia ReflectionClass::getInterfaces
getInterfaces());
?>
]]>
&example.outputs.similar;
ReflectionClass Object
(
[name] => Foo
)
[Bar] => ReflectionClass Object
(
[name] => Bar
)
)
]]>
&reftitle.seealso;
ReflectionClass::getInterfaceNames