CodeDoc/Data/Var.php
authorAlan Knowles <alan@roojs.com>
Fri, 28 Oct 2016 08:17:58 +0000 (16:17 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Oct 2016 08:17:58 +0000 (16:17 +0800)
CodeDoc/Data/Var.php

index d80f49c..51fb7ae 100644 (file)
@@ -32,6 +32,7 @@ class PHP_CodeDoc_Data_Var extends PHP_CodeDoc_Data {
     var $description; // The phpdoc description object
     var $isPublic =1; // is it a public variable
     var $isConstant = 0; // is it a constant..
+    var $isStatic = 0; // is it a constant..
 }
 
 ?>
\ No newline at end of file