getClone() public method

Clones the model object and returns the clone
public getClone ( )
Example #1
0
 public function getClone()
 {
     $this->methodCounter['getClone']++;
     return parent::getClone();
 }