From: khartlage Date: Thu, 5 Feb 2004 20:00:46 +0000 (+0000) Subject: is_a function feature request 883840 X-Git-Url: http://git.phpeclipse.com is_a function feature request 883840 --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml index 20eb1ba..8ac53c0 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/phpsyntax.xml @@ -1117,6 +1117,7 @@ if ENT_NOQUOTES is set neither single nor double quotes are translated. + This function returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise.