API_IO::__clone PHP Method

__clone() public method

To avoid clone
public __clone ( )
    public function __clone()
    {
        throw new Exception("Singleton Class Can Not Be Cloned");
    }