2000-04-12 21:31:26 +00:00
|
|
|
<reference id="ref.classobj">
|
|
|
|
<title>Class/Object Functions</title>
|
|
|
|
<titleabbrev>Classes/Objects</titleabbrev>
|
|
|
|
|
2000-04-12 21:43:28 +00:00
|
|
|
<refentry id="function.get-class-methods">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>get_class_methods</refname>
|
|
|
|
<refpurpose>Returns an array of class methods' names</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<funcsynopsis>
|
2000-06-24 07:38:45 +00:00
|
|
|
<funcprototype>
|
|
|
|
<funcdef>array <function>get_class_methods</function></funcdef>
|
|
|
|
<paramdef>string <parameter>class_name</parameter></paramdef>
|
|
|
|
</funcprototype>
|
2000-04-12 21:43:28 +00:00
|
|
|
</funcsynopsis>
|
|
|
|
<para>
|
|
|
|
This function returns an array of method names defined for the
|
|
|
|
class specified by <parameter>class_name</parameter>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
2000-04-12 21:31:26 +00:00
|
|
|
<refentry id="function.get-class-vars">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>get_class_vars</refname>
|
|
|
|
<refpurpose>
|
|
|
|
Returns an array of default properties of the class
|
|
|
|
</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<funcsynopsis>
|
2000-06-24 07:38:45 +00:00
|
|
|
<funcprototype>
|
|
|
|
<funcdef>array <function>get_class_vars</function></funcdef>
|
|
|
|
<paramdef>string <parameter>class_name</parameter></paramdef>
|
|
|
|
</funcprototype>
|
2000-04-12 21:31:26 +00:00
|
|
|
</funcsynopsis>
|
|
|
|
<para>
|
|
|
|
This function will return an array of default properties of the
|
|
|
|
class.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<refentry id="function.get-object-vars">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>get_object_vars</refname>
|
|
|
|
<refpurpose>Returns an array of object properties</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<funcsynopsis>
|
2000-06-24 07:38:45 +00:00
|
|
|
<funcprototype>
|
|
|
|
<funcdef>array <function>get_class_vars</function></funcdef>
|
|
|
|
<paramdef>object <parameter>obj</parameter></paramdef>
|
|
|
|
</funcprototype>
|
2000-04-12 21:31:26 +00:00
|
|
|
</funcsynopsis>
|
|
|
|
<para>
|
|
|
|
This function returns an array of object properties for the
|
|
|
|
specified object <parameter>obj</parameter>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
2000-04-12 21:43:28 +00:00
|
|
|
<refentry id="function.method-exists">
|
2000-04-12 21:31:26 +00:00
|
|
|
<refnamediv>
|
2000-04-12 21:43:28 +00:00
|
|
|
<refname>method_exists</refname>
|
|
|
|
<refpurpose>Checks if the class method exists</refpurpose>
|
2000-04-12 21:31:26 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<funcsynopsis>
|
2000-06-24 07:38:45 +00:00
|
|
|
<funcprototype>
|
|
|
|
<funcdef>bool <function>method_exists</function></funcdef>
|
|
|
|
<paramdef>object <parameter>object</parameter></paramdef>
|
|
|
|
<paramdef>string <parameter>method_name</parameter></paramdef>
|
|
|
|
</funcprototype>
|
2000-04-12 21:31:26 +00:00
|
|
|
</funcsynopsis>
|
|
|
|
<para>
|
2000-04-12 21:43:28 +00:00
|
|
|
This function returns true if the method given by
|
|
|
|
<parameter>method_name</parameter> has been defined for the given
|
|
|
|
<parameter>object</parameter>, false otherwise.
|
2000-04-12 21:31:26 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
-->
|