mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Mention ClassName::class in migration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330218 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c13539985c
commit
004efecc50
1 changed files with 10 additions and 0 deletions
|
@ -372,6 +372,16 @@ String dereferencing: P
|
|||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration55.new-features.class-name">
|
||||
<title>Class name resolution</title>
|
||||
|
||||
<para>
|
||||
It is possible to use <literal>ClassName::class</literal> to get a fully
|
||||
qualified name of class <literal>ClassName</literal>. See <link
|
||||
linkend="language.oop5.basic.class">class</link> for more details.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration55.new-features.password">
|
||||
<title>New password hashing API</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue