This commit is contained in:
2021-02-23 19:27:28 +08:00
parent 074762cdae
commit 38eb573945
5 changed files with 28 additions and 36 deletions
-9
View File
@@ -46,15 +46,6 @@ abstract class AbstractCollection extends Component implements \IteratorAggregat
}
/**
* recover class by clone
*/
public function __clone()
{
$this->clean();
}
/**
* Collection constructor.
*
-9
View File
@@ -97,15 +97,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
}
/**
* recover class by clone
*/
public function __clone()
{
$this->clean();
}
/**
* @throws Exception
*/
-9
View File
@@ -33,15 +33,6 @@ class CollectionIterator extends \ArrayIterator
}
/**
* recover class by clone
*/
public function __clone()
{
$this->clean();
}
/**
* CollectionIterator constructor.
* @param $model