diff options
| author | 2017-12-10 11:31:19 +0100 | |
|---|---|---|
| committer | 2017-12-10 11:31:19 +0100 | |
| commit | 84c78098d27de624319df37ffb1a522318ec6778 (patch) | |
| tree | fcf8af3fac381b56df4ff798729ecc92bab5955d /lib | |
| parent | c3d2496bb3ce665faf4a0f24a4aa2ab300ab56d3 (diff) | |
added new extension hook
using hook for reading modes in navigation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/ExtensionManager.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Minz/ExtensionManager.php b/lib/Minz/ExtensionManager.php index c5c68a8d4..68bdc463c 100644 --- a/lib/Minz/ExtensionManager.php +++ b/lib/Minz/ExtensionManager.php @@ -31,6 +31,10 @@ class Minz_ExtensionManager { 'list' => array(), 'signature' => 'NoneToNone', ), + 'nav_reading_modes' => array( // function($readingModes = array) -> array | null + 'list' => array(), + 'signature' => 'OneToOne', + ), ); private static $ext_to_hooks = array(); |
