mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-07-12 11:06:20 +02:00
Added classes-visibility page
This commit is contained in:
0
code/classes-visibility.php
Normal file
0
code/classes-visibility.php
Normal file
@ -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' => '',
|
||||
]),
|
||||
],
|
||||
|
Reference in New Issue
Block a user