From: Alan Knowles Date: Fri, 28 Oct 2016 08:17:58 +0000 (+0800) Subject: CodeDoc/Data/Var.php X-Git-Url: http://git.roojs.org/?p=PHP_CodeDoc;a=commitdiff_plain;h=e325d882d787e8a68076d6d88b2d78918eaf96df CodeDoc/Data/Var.php --- diff --git a/CodeDoc/Data/Var.php b/CodeDoc/Data/Var.php index d80f49c..51fb7ae 100644 --- a/CodeDoc/Data/Var.php +++ b/CodeDoc/Data/Var.php @@ -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