1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-31 11:32:18 +02:00
Files
archived-doc-ja/reference/objaggregation/functions/deaggregate.xml
TAKAGI Masahiro 41f2db7c6c added japanese manual.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@201142 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-24 04:00:21 +00:00

57 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.3 Maintainer: takagi Status: ready -->
<refentry id="function.deaggregate">
<refnamediv>
<refname>deaggregate</refname>
<refpurpose>
集約されたメソッドやプロパティをオブジェクトから取り除く
</refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>void</type><methodname>deaggregate</methodname>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
</methodsynopsis>
<para>
オブジェクトに集約されたクラスのメソッドやプロパティを取り除きます。
オプションのパラメータ <parameter>class_name</parameter> が指定された場合は
そのクラスで定義されているメソッドやプロパティのみが削除され、
それ以外の場合は集約されたすべてのメソッドやプロパティが削除されます。
</para>
<simpara>
<function>aggregate</function>
<function>aggregate_methods</function>
<function>aggregate_methods_by_list</function>
<function>aggregate_methods_by_regexp</function>
<function>aggregate_properties</function>
<function>aggregate_properties_by_list</function>
<function>aggregate_properties_by_regexp</function>
<function>aggregate_info</function> も参照ください。
</simpara>
</refsect1>
</refentry>
<!-- 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
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->