Nelmio\Alice\Definition\Object\CompleteObject::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        $this->object = clone $this->object;
    }