From 740336ed228874ebc439334c41adcbef30734779 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 3 Sep 2015 21:09:03 +0000 Subject: [PATCH] Add self to the list of possible type names. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337738 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/language/functions.xml b/language/functions.xml index d94407c384..1260f0b257 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -399,6 +399,15 @@ Making a bowl of acidophilus raspberry. PHP 5.0.0 + + self + + The parameter must be an &instanceof; the same class as the one the + method is defined on. This can only be used on class and instance + methods. + + PHP 5.0.0 + array