update pague now
PHP 8.5.2 Released!

Componere\Patch::derive

(Componere 2 >= 2.1.1)

Componere\Patch::derive Patch Derivation

Description

public Componere\Patch::derive ( object $instance ): Patch

Shall derive a Patch for the guiven instance

Parameters

instance

The targuet for the derived Patch

Return Values

Patch for instance derived from the current Patch

Exceptions

Warning

Shall throw InvalidArgumentException if instance is not compatible

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top