1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-10-23 19:06:05 +02:00

Added page for interfaces

This commit is contained in:
Andrew Davis
2018-09-16 12:42:50 -05:00
parent 60f799bc55
commit 97efca915c
3 changed files with 59 additions and 0 deletions

View File

@@ -135,6 +135,12 @@ return [
'title' => 'Static',
'subtitle' => 'Class properties and methods',
'previous' => 'classes-constructor',
'next' => 'interfaces',
]),
Page::create('interfaces', null, 'interfaces.php', [
'title' => 'Interfaces',
'subtitle' => 'Writing code contracts',
'previous' => 'static',
'next' => '',
]),
],