Inpsyde\MultilingualPress\Module\NetworkOptionModuleManager::__construct PHP Method

__construct() public method

Constructor. Sets up the properties.
Since: 3.0.0
public __construct ( string $option )
$option string The name of the network option used for storage.
    public function __construct($option)
    {
        $this->option = (string) $option;
        $this->states = (array) get_network_option(null, $this->option, []);
    }