1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-30 02:52:08 +02:00
Files
archived-doc-ja/reference/objaggregation/functions/aggregate.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

58 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- EN-Revision: 1.4 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry id="function.aggregate">
<refnamediv>
<refname>aggregate</refname>
<refpurpose>
メソッドおよびプロパティの動的なクラス/オブジェクト集約を行う
</refpurpose>
</refnamediv>
<refsect1>
<title>説明</title>
<methodsynopsis>
<type>void</type><methodname>aggregate</methodname>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
</methodsynopsis>
<para>
既存のオブジェクトにあるクラスで定義されたメソッドとプロパティを
集約します。アンダースコア文字 (_) で始まるメソッドとプロパティは、
集約されたクラスではプライベートとみなされ、使用されません。
コンストラクタも集約処理から除外されます。
</para>
<simpara>
<function>aggregate_info</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>deaggregate</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
-->