From 08634347f4df394a6f5c00ba4556197c9994e92c Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 20 Jun 2013 23:39:39 +0000 Subject: [PATCH] Expand the ::class section in the new features list. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330579 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration55.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/appendices/migration55.xml b/appendices/migration55.xml index bbc3c71bd9..84e60953b0 100644 --- a/appendices/migration55.xml +++ b/appendices/migration55.xml @@ -399,13 +399,30 @@ String dereferencing: P - Class name resolution + Class name resolution via <link linkend="language.oop5.basic.class.class">::class</link> It is possible to use ClassName::class to get a fully - qualified name of class ClassName. See - ::class for more - details. + qualified name of class ClassName. For example: + + + + +]]> + + &example.outputs; + + + +