summaryrefslogtreecommitdiff
path: root/app/Module/InteractiveTree/TreeView.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/InteractiveTree/TreeView.php')
-rw-r--r--app/Module/InteractiveTree/TreeView.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/Module/InteractiveTree/TreeView.php b/app/Module/InteractiveTree/TreeView.php
index ccc87c079e..5125bcdcb9 100644
--- a/app/Module/InteractiveTree/TreeView.php
+++ b/app/Module/InteractiveTree/TreeView.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Module\InteractiveTree;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Module\InteractiveTree;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+namespace Fisharebest\Webtrees\Module\InteractiveTree;
+
use Fisharebest\Webtrees\Family;
use Fisharebest\Webtrees\Filter;
use Fisharebest\Webtrees\I18N;
@@ -24,7 +24,10 @@ use Fisharebest\Webtrees\Individual;
* Class TreeView
*/
class TreeView {
+ /** @var string HTML element name */
private $name;
+
+ /** @var string Show all partners */
private $all_partners;
/**