doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@ -31,13 +31,6 @@
|
||||
Erase a message.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_locale" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Return the locale of the translation.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_message" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
@ -60,15 +53,6 @@
|
||||
Return all the messages (keys).
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_locale">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="locale" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
Set the locale of the translation.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="locale" type="String" setter="set_locale" getter="get_locale">
|
||||
|
||||
Reference in New Issue
Block a user