FtpClient\FtpWrapper::__construct PHP Method

__construct() public method

Constructor.
public __construct ( &$connection )
    public function __construct(&$connection)
    {
        $this->conn =& $connection;
    }