diff --git a/reference/spl/functions/class-implements.xml b/reference/spl/functions/class-implements.xml index 2b02a42f56..a77ec6e677 100755 --- a/reference/spl/functions/class-implements.xml +++ b/reference/spl/functions/class-implements.xml @@ -1,26 +1,26 @@ - - - - class_implements - - Return the interfaces which are implemented by the given class - - - - Description - - arrayclass_implements - objectclass - - - This function returns an array with the name of the interfaces that the - given class implements. - - - - <function>class_implements</function> example - + + + + class_implements + + Return the interfaces which are implemented by the given class + + + + Description + + arrayclass_implements + objectclass + + + This function returns an array with the name of the interfaces that the + given class implements. + + + + <function>class_implements</function> example + ]]> - - &example.outputs; - + + &example.outputs; + foo ) ]]> - - - - - + + + + + - - - class_parents - - Return the parent classes of the given class - - - - Description - - arrayclass_parents - objectclass - - - This function returns an array with the name of the parent classes of - the given class. - - - - <function>class_parents</function> example - + + + + class_parents + + Return the parent classes of the given class + + + + Description + + arrayclass_parents + objectclass + + + This function returns an array with the name of the parent classes of + the given class. + + + + <function>class_parents</function> example + ]]> - - &example.outputs; - + + &example.outputs; + foo ) ]]> - - - - - + + + + +