From 12e018ab54e90b9bc7dc5ace7cfee31372947a09 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Sun, 2 Sep 2018 13:35:33 -0500 Subject: [PATCH] Added classes-visibility page --- code/classes-visibility.php | 0 config.php | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 code/classes-visibility.php diff --git a/code/classes-visibility.php b/code/classes-visibility.php new file mode 100644 index 0000000..e69de29 diff --git a/config.php b/config.php index 9043f33..a71f8d7 100644 --- a/config.php +++ b/config.php @@ -77,6 +77,13 @@ return [ 'subtitle' => 'Object-oriented programming', 'description' => '', 'previous' => 'functions', + 'next' => 'classes-visibility', + ]), + Page::create('classes-visibility', null, 'classes-visibility.php', [ + 'title' => 'Classes Visibility', + 'subtitle' => 'Privatizing your objects', + 'description' => '', + 'previous' => 'classes', 'next' => '', ]), ],