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' => '', ]), ],