Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Fixes #679 - Non-existing method getRequired() in Zend_Form-Elements …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
froschdesign committed Mar 17, 2016
1 parent ba3e6fa commit 210190d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions documentation/manual/de/module_specs/Zend_Form-Elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ echo $element->renderHtmlTag("Das ist der Inhalt des HTML Tags");
<emphasis>required</emphasis>: Ein Flag, das anzeigt ob ein Element benötigt
wird wenn eine Prüfung des Formulars durchgeführt wird, oder nicht. Verwendet
die Zugriffsmethoden <methodname>setRequired()</methodname> und
<methodname>getRequired()</methodname>. Dieses Flag ist standardmäßig
<methodname>isRequired()</methodname>. Dieses Flag ist standardmäßig
<constant>FALSE</constant>.
</para>
</listitem>
Expand Down Expand Up @@ -1330,7 +1330,7 @@ $element->class = 'text;
<listitem><para><methodname>setOrder($order)</methodname></para></listitem>
<listitem><para><methodname>getOrder()</methodname></para></listitem>
<listitem><para><methodname>setRequired($flag)</methodname></para></listitem>
<listitem><para><methodname>getRequired()</methodname></para></listitem>
<listitem><para><methodname>isRequired()</methodname></para></listitem>
<listitem><para><methodname>setAllowEmpty($flag)</methodname></para></listitem>
<listitem><para><methodname>getAllowEmpty()</methodname></para></listitem>

Expand Down
4 changes: 2 additions & 2 deletions documentation/manual/en/module_specs/Zend_Form-Elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ echo $element->renderHtmlTag("This is the html tag content");
<emphasis>required</emphasis>: flag indicating whether or not
the element is required when performing form validation. Uses
the <methodname>setRequired()</methodname> and
<methodname>getRequired()</methodname> accessors. This flag is
<methodname>isRequired()</methodname> accessors. This flag is
<constant>FALSE</constant> by default.
</para>
</listitem>
Expand Down Expand Up @@ -1353,7 +1353,7 @@ $element->class = 'text;
<listitem><para><methodname>setOrder($order)</methodname></para></listitem>
<listitem><para><methodname>getOrder()</methodname></para></listitem>
<listitem><para><methodname>setRequired($flag)</methodname></para></listitem>
<listitem><para><methodname>getRequired()</methodname></para></listitem>
<listitem><para><methodname>isRequired()</methodname></para></listitem>
<listitem><para><methodname>setAllowEmpty($flag)</methodname></para></listitem>
<listitem><para><methodname>getAllowEmpty()</methodname></para></listitem>

Expand Down
4 changes: 2 additions & 2 deletions documentation/manual/es/module_specs/Zend_Form-Elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ echo $element->renderHtmlTag("This is the html tag content");
elemento es requerido o no cuando se efectúa la validación
del formulario. Emplea los métodos de acceso
<methodname>setRequired()</methodname> y
<methodname>getRequired()</methodname> . Esta bandera es
<methodname>isRequired()</methodname> . Esta bandera es
<constant>FALSE</constant> por defecto. </para>
</listitem>

Expand Down Expand Up @@ -1292,7 +1292,7 @@ $element->class = 'text;
</listitem>
<listitem>
<para>
<methodname>getRequired()</methodname>
<methodname>isRequired()</methodname>
</para>
</listitem>
<listitem>
Expand Down
4 changes: 2 additions & 2 deletions documentation/manual/ja/module_specs/Zend_Form-Elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ echo $element->renderHtmlTag("This is the html tag content");
<listitem><para>
<emphasis>required</emphasis>:
バリデーション時にその要素を必須とみなすかどうか。
<code>setRequired()</code> および <code>getRequired()</code>
<code>setRequired()</code> および <code>isRequired()</code>
でアクセスします。このフラグはデフォルトでは <constant>FALSE</constant> です。
</para></listitem>

Expand Down Expand Up @@ -1217,7 +1217,7 @@ $element->class = 'text;
<listitem><para><methodname>setOrder($order)</methodname></para></listitem>
<listitem><para><methodname>getOrder()</methodname></para></listitem>
<listitem><para><methodname>setRequired($flag)</methodname></para></listitem>
<listitem><para><methodname>getRequired()</methodname></para></listitem>
<listitem><para><methodname>isRequired()</methodname></para></listitem>
<listitem><para><methodname>setAllowEmpty($flag)</methodname></para></listitem>
<listitem><para><methodname>getAllowEmpty()</methodname></para></listitem>
<listitem><para><methodname>setAutoInsertNotEmptyValidator($flag)</methodname></para></listitem>
Expand Down
4 changes: 2 additions & 2 deletions documentation/manual/pl/module_specs/Zend_Form-Elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ $fooBar = $element->getDecorator('FooBar');
<listitem><para>
<emphasis>required</emphasis>: flag indicating whether or not
the element is required when performing form validation. Uses
the <code>setRequired()</code> and <code>getRequired()</code>
the <code>setRequired()</code> and <code>isRequired()</code>
accessors. This flag is false by default.
</para></listitem>

Expand Down Expand Up @@ -1166,7 +1166,7 @@ $element->class = 'text;
<listitem><para><code>setOrder($order)</code></para></listitem>
<listitem><para><code>getOrder()</code></para></listitem>
<listitem><para><code>setRequired($flag)</code></para></listitem>
<listitem><para><code>getRequired()</code></para></listitem>
<listitem><para><code>isRequired()</code></para></listitem>
<listitem><para><code>setAllowEmpty($flag)</code></para></listitem>
<listitem><para><code>getAllowEmpty()</code></para></listitem>
<listitem><para><code>setAutoInsertNotEmptyValidator($flag)</code></para></listitem>
Expand Down
4 changes: 2 additions & 2 deletions documentation/manual/zh/module_specs/Zend_Form-Elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ $fooBar = $element->getDecorator('FooBar');
</para></listitem>

<listitem><para>
<emphasis>required</emphasis>: 当执行表单校验时,指示元素是否必需的标志,使用 <code>setRequired()</code> 和 <code>getRequired()</code> 访问器,缺省为 false。
<emphasis>required</emphasis>: 当执行表单校验时,指示元素是否必需的标志,使用 <code>setRequired()</code> 和 <code>isRequired()</code> 访问器,缺省为 false。
</para></listitem>

<listitem><para>
Expand Down Expand Up @@ -878,7 +878,7 @@ $element->class = 'text;
<listitem><para><code>setOrder($order)</code></para></listitem>
<listitem><para><code>getOrder()</code></para></listitem>
<listitem><para><code>setRequired($flag)</code></para></listitem>
<listitem><para><code>getRequired()</code></para></listitem>
<listitem><para><code>isRequired()</code></para></listitem>
<listitem><para><code>setAllowEmpty($flag)</code></para></listitem>
<listitem><para><code>getAllowEmpty()</code></para></listitem>
<listitem><para><code>setAutoInsertNotEmptyValidator($flag)</code></para></listitem>
Expand Down

0 comments on commit 210190d

Please sign in to comment.