Changeset 2592107
- Timestamp:
- 09/01/2021 01:18:01 PM (4 years ago)
- Location:
- button-visually-impaired/trunk/include/src/Core
- Files:
-
- 2 edited
-
Activate.php (modified) (1 diff)
-
Option.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/include/src/Core/Activate.php
r2592104 r2592107 39 39 */ 40 40 public function register() { 41 $this->setOption( Option::getInstance()->get () )->register();41 $this->setOption( Option::getInstance()->getOption() )->register(); 42 42 } 43 43 } -
button-visually-impaired/trunk/include/src/Core/Option.php
r2592104 r2592107 15 15 * @package Bvi\Core 16 16 */ 17 class Option extends Core{17 class Option { 18 18 19 19 /** … … 38 38 * Default option. 39 39 */ 40 public function get (): array {40 public function getOption(): array { 41 41 return [ 42 42 'bviActive' => 'false',
Note: See TracChangeset
for help on using the changeset viewer.