From e325d882d787e8a68076d6d88b2d78918eaf96df Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Oct 2016 16:17:58 +0800 Subject: [PATCH] CodeDoc/Data/Var.php --- CodeDoc/Data/Var.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2