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:
0
code/classes-visibility.php
Normal file
0
code/classes-visibility.php
Normal 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' => '',
|
||||||
]),
|
]),
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user