PhpDoc-style comments

From LordMattWiki

Jump to: navigation, search

For more see: this website Example:

 <?php
 /**
  * my foobar class.
  * @author TeRanEX
  */
 class FooBar extends Bar {
 	function doSomething() {
 		echo 'Hello world';
 	}
 }
 ?>
Personal tools