mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Mention that method modifier semantics are no longer applicable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342433 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8cb8b58843
commit
32fb673491
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
<chapter xml:id="pthreads.modifiers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Method Modifiers</title>
|
||||
<titleabbrev>Modifiers</titleabbrev>
|
||||
<warning>
|
||||
<para>
|
||||
These semantics are only applicable to pthreads v2 - they have been removed in pthreads v3.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
pthreads overrides the functionality of the protected and private method modifiers in order to provide functionality more suited to multi-threaded objects.
|
||||
pthreads applies this functionality to all Threaded objects from creation.
|
||||
|
|
Loading…
Reference in a new issue