Inpsyde\MultilingualPress\Service\AddOnlyContainer::lock PHP Method

lock() public method

A locked container cannot be manipulated anymore. All stored values and factory callbacks are still accessible.
Since: 3.0.0
public lock ( ) : void
return void
    public function lock()
    {
        $this->is_locked = true;
    }