Nelmio\Alice\Definition\SpecificationBag::__clone PHP Method

__clone() public method

public __clone ( )
    public function __clone()
    {
        if (null !== $this->constructor) {
            $this->constructor = clone $this->constructor;
        }
    }