mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
"Update translation."
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 6e042e0ae6a574641bc9082344ed60819f732765 Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano,ae -->
|
||||
<!-- EN-Revision: 161dde4fe721309398dd324edbf02aec409f127b Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano,ae -->
|
||||
<sect1 xml:id="language.oop5.properties" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Propriedades</title>
|
||||
|
||||
@@ -222,7 +222,7 @@ $test->prop = "foobar";
|
||||
<note>
|
||||
<para>
|
||||
O modificador readonly somente pode ser aplicado a <link linkend="language.oop5.properties.typed-properties">propriedades tipadas</link>.
|
||||
Uma propriedade somente leitura sem restrições de tipo pode ser declarada utilizando o tipo <xref linkend="language.types.declarations.mixed" />.
|
||||
Uma propriedade somente leitura sem restrições de tipo pode ser declarada utilizando o tipo <xref linkend="language.types.mixed" />.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
|
||||
Reference in New Issue
Block a user