1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-12 19:16:18 +02:00

Added classes-visibility page

This commit is contained in:
Andrew Davis
2018-09-02 13:35:33 -05:00
parent 0db6323d81
commit 12e018ab54
2 changed files with 7 additions and 0 deletions

View File

View File

@ -77,6 +77,13 @@ return [
'subtitle' => 'Object-oriented programming', 'subtitle' => 'Object-oriented programming',
'description' => '', 'description' => '',
'previous' => 'functions', 'previous' => 'functions',
'next' => 'classes-visibility',
]),
Page::create('classes-visibility', null, 'classes-visibility.php', [
'title' => 'Classes Visibility',
'subtitle' => 'Privatizing your objects',
'description' => '',
'previous' => 'classes',
'next' => '', 'next' => '',
]), ]),
], ],