diff --git a/reference/classobj/functions/get-declared-traits.xml b/reference/classobj/functions/get-declared-traits.xml index c66aa69a78..ed73eec3eb 100644 --- a/reference/classobj/functions/get-declared-traits.xml +++ b/reference/classobj/functions/get-declared-traits.xml @@ -1,65 +1,65 @@ - - - - - - get_declared_traits - Returns an array of all declared traits - - - - &reftitle.description; - - arrayget_declared_traits - - - - - - - - - - &reftitle.parameters; - &no.function.parameters; - - - - &reftitle.returnvalues; - - Returns an array with names of all declared traits in values. - Returns &null; in case of a failure. - - - - - &reftitle.seealso; - - - class_uses - - - - - - - + + + + + + get_declared_traits + Returns an array of all declared traits + + + + &reftitle.description; + + arrayget_declared_traits + + + + + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns an array with names of all declared traits in values. + Returns &null; in case of a failure. + + + + + &reftitle.seealso; + + + class_uses + + + + + + + diff --git a/reference/classobj/functions/trait-exists.xml b/reference/classobj/functions/trait-exists.xml index b28850b782..22d04dc4b5 100644 --- a/reference/classobj/functions/trait-exists.xml +++ b/reference/classobj/functions/trait-exists.xml @@ -1,74 +1,74 @@ - - - - - - trait_exists - Checks if the trait exists - - - - &reftitle.description; - - booltrait_exists - stringtraitname - boolautoload - - - - - - - - - &reftitle.parameters; - - - traitname - - - Name of the trait to check - - - - - autoload - - - Whether to autoload if not already loaded. - - - - - - - - &reftitle.returnvalues; - - Returns &true; if trait exists, &false; if not, &null; in case of an error. - - - - - - - + + + + + + trait_exists + Checks if the trait exists + + + + &reftitle.description; + + booltrait_exists + stringtraitname + boolautoload + + + + + + + + + &reftitle.parameters; + + + traitname + + + Name of the trait to check + + + + + autoload + + + Whether to autoload if not already loaded. + + + + + + + + &reftitle.returnvalues; + + Returns &true; if trait exists, &false; if not, &null; in case of an error. + + + + + + +