Eccube\Entity\Product::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        $this->id = null;
    }

Usage Example

コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function __clone()
 {
     $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', array());
     parent::__clone();
 }