1 | <?php |
||
18 | class PhpConstant extends AbstractModel implements GenerateableInterface, DocblockInterface { |
||
19 | |||
20 | use NameTrait; |
||
21 | use LongDescriptionTrait; |
||
22 | use DocblockTrait; |
||
23 | use TypeTrait; |
||
24 | use TypeDocblockGeneratorTrait; |
||
25 | use ValueTrait; |
||
26 | |||
27 | 4 | public static function create($name = null, $value = null) { |
|
33 | |||
34 | 13 | public function __construct($name = null, $value = null) { |
|
39 | |||
40 | 6 | public function generateDocblock() { |
|
48 | } |