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