return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
dispatchEvents(...\
func_get_args());
} public function getOption($option): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getOption(...\
func_get_args());
} public function option($option,
$value = null
): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
option(...\
func_get_args());
} public function setOption($option,
$value): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
setOption(...\
func_get_args());
} public function addIgnorePatterns(...
$pattern): int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
addIgnorePatterns(...\
func_get_args());
}