generated from Potter/Template
add beforeClone and afterClone
This commit is contained in:
@@ -8,8 +8,8 @@ use \League\Event\EventDispatcher as BaseDispatcher;
|
||||
|
||||
trait CloneableTrait
|
||||
{
|
||||
private const string BEFORE_CLONE = 'beforeClone';
|
||||
private const string AFTER_CLONE = 'afterClone';
|
||||
public const string BEFORE_CLONE = 'beforeClone';
|
||||
public const string AFTER_CLONE = 'afterClone';
|
||||
|
||||
final public function clone(): static
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user