Plugin Directory

Changeset 2592107


Ignore:
Timestamp:
09/01/2021 01:18:01 PM (4 years ago)
Author:
veks
Message:

обновление 2.3.0

Location:
button-visually-impaired/trunk/include/src/Core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • button-visually-impaired/trunk/include/src/Core/Activate.php

    r2592104 r2592107  
    3939         */
    4040        public function register() {
    41             $this->setOption( Option::getInstance()->get() )->register();
     41            $this->setOption( Option::getInstance()->getOption() )->register();
    4242        }
    4343    }
  • button-visually-impaired/trunk/include/src/Core/Option.php

    r2592104 r2592107  
    1515     * @package Bvi\Core
    1616     */
    17     class Option extends Core {
     17    class Option {
    1818
    1919        /**
     
    3838         * Default option.
    3939         */
    40         public function get(): array {
     40        public function getOption(): array {
    4141            return [
    4242                'bviActive'         => 'false',
Note: See TracChangeset for help on using the changeset viewer.