1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-24 15:22:23 +01:00
Files
archived-doc-tr/reference/reflection/reflectionfunction.xml
Nilgün Belma Bugüner b9aebe82a6 update for sync with English docs.
git-svn-id: https://svn.php.net/repository/phpdoc/tr/trunk@323059 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-04 20:52:59 +00:00

133 lines
3.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 31ff8f662f99144a15c5915eabf81d759db44485 Maintainer: nilgun Status: ready -->
<phpdoc:classref xml:id="class.reflectionfunction" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>ReflectionFunction Sınıfı</title>
<titleabbrev>ReflectionFunction</titleabbrev>
<partintro>
<!-- {{{ ReflectionFunction intro -->
<section xml:id="reflectionfunction.intro">
&reftitle.intro;
<para>
<classname>ReflectionFunction</classname> sınıfı bir işlevle ilgili bilgi
verir.
</para>
</section>
<!-- }}} -->
<section xml:id="reflectionfunction.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>ReflectionFunction</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>ReflectionFunction</classname>
</ooclass>
<ooclass>
<modifier>extends</modifier>
<classname>ReflectionFunctionAbstract</classname>
</ooclass>
<oointerface>
<interfacename>Reflector</interfacename>
</oointerface>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<varname linkend="reflectionfunction.constants.is-deprecated">ReflectionFunction::IS_DEPRECATED</varname>
<initializer>262144</initializer>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<varname linkend="reflectionfunction.props.name">name</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunction')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunctionabstract')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ ReflectionFunction properties -->
<section xml:id="reflectionfunction.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="reflectionfunction.props.name">
<term><varname>name</varname></term>
<listitem>
<para>İşlevin ismi. Salt-okunur olup, bir yazma çabası
<classname>ReflectionException</classname> istisnasına yol açar.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
<!-- {{{ ReflectionFunction constants -->
<section xml:id="reflectionfunction.constants">
&reftitle.constants;
<section xml:id="reflectionfunction.constants.modifiers">
<title>ReflectionFunction Değiştiricileri</title>
<variablelist>
<varlistentry xml:id="reflectionfunction.constants.is-deprecated">
<term><constant>ReflectionFunction::IS_DEPRECATED</constant></term>
<listitem>
<para>İşlevin kullanımının önerilmediğini belirtir.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
<!-- }}} -->
</partintro>
&reference.reflection.entities.reflectionfunction;
</phpdoc:classref>
<!-- 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:"~/.phpdoc/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
-->