svn: /phpdoc/pt_BR/trunk/reference/classobj/functions/ trait-exists.xml
[email protected] (André Luis Ferreira da Silva Bacci)
| Newsgroups | php.doc.pt-br |
|---|---|
| Message-ID | <[email protected]> |
ae Thu, 11 Jul 2019 23:40:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=347725
Log:
Translations by @everaldofilho - https://github.com/phpdocbrbridge/traducao/pull/82
Changed paths:
A phpdoc/pt_BR/trunk/reference/classobj/functions/trait-exists.xml
Added: phpdoc/pt_BR/trunk/reference/classobj/functions/trait-exists.xml
===================================================================
--- phpdoc/pt_BR/trunk/reference/classobj/functions/trait-exists.xml (rev 0)
+++ phpdoc/pt_BR/trunk/reference/classobj/functions/trait-exists.xml 2019-07-11 23:40:38 UTC (rev 347725)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 322871 Maintainer: none Status: ready --><!-- CREDITS: github:everaldofilho -->
+
+<refentry xml:id="function.trait-exists" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+ <refname>trait_exists</refname>
+ <refpurpose>Verifica se a trait existe</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>bool</type><methodname>trait_exists</methodname>
+ <methodparam><type>string</type><parameter>traitname</parameter></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>autoload</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+
+ </para>
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <variablelist>
+ <varlistentry>
+ <term><parameter>traitname</parameter></term>
+ <listitem>
+ <para>
+ Nome da trait para verificação
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>autoload</parameter></term>
+ <listitem>
+ <para>
+ Se deve carregar automaticamente a trait se caso ainda não estiver carregada.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Retorna &true; se a Trait existir, &false; caso não exista, &null; caso aconteça algum erro.
+ </para>
+ </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:"~/.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
+-->