Permalink
Cannot retrieve contributors at this time
16 lines (14 sloc)
186 Bytes
|
<?php |
|
|
|
/* |
|
Plugin Name: PHPDoc für Klassenkonstanten |
|
*/ |
|
|
|
class Meine_Klasse { |
|
/** |
|
* Wert für den Start. |
|
* |
|
* @since 1.0.0 |
|
* @access public |
|
* @var int |
|
*/ |
|
const START = 0; |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.