ScriptFUSION\Porter\Specification\ImportSpecification::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        $this->resource = clone $this->resource;
        $this->mapping !== null && ($this->mapping = clone $this->mapping);
        is_object($this->context) && ($this->context = clone $this->context);
    }