Code Comments
Programming Forum and web based access to our favorite programming groups.nlopess Mon Sep 27 10:38:44 2004 EDT Modified files: /phpdoc/en/language/oop5 final.xml Log: fix #30250: final is just for methods [url]http://cvs.php.net/diff.php/phpdoc/en/language/oop5/final.xml?r1=1.3&r2=1.4&ty=u[/ url] Index: phpdoc/en/language/oop5/final.xml diff -u phpdoc/en/language/oop5/final.xml:1.3 phpdoc/en/language/oop5/final. xml:1.4 --- phpdoc/en/language/oop5/final.xml:1.3 Fri Jul 23 14:59:56 2004 +++ phpdoc/en/language/oop5/final.xml Mon Sep 27 10:38:44 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <sect1 id="language.oop5.final"> <title>Final Keyword</title> <para> PHP 5 introduces the final keyword, which prevents child classes from - overriding a method or variable by prefixing the definition with final. + overriding a method by prefixing the definition with final. </para> <example>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.