Overview

Namespaces

  • Nethgui
    • Adapter
    • Authorization
    • Component
    • Controller
      • Collection
      • Table
    • Exception
    • Log
    • Model
    • Module
      • Help
      • Notification
    • Renderer
    • Serializer
    • System
    • Test
      • Tool
      • Unit
        • Nethgui
          • Adapter
            • ParameterSet
          • Authorization
          • Log
          • Module
            • Notification
          • Renderer
          • Serializer
          • System
          • Utility
          • View
        • Test
          • Tool
    • Utility
    • View
    • Widget
      • Xhtml
  • None
  • Test
    • Tool

Classes

  • ArrayDisposable
  • HttpResponse
  • NullSession
  • PhpWrapper

Interfaces

  • DisposableInterface
  • PhpConsumerInterface
  • SessionConsumerInterface
  • SessionInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Interface DisposableInterface

Mark an object "disposed" when it can be safely destroyed

This should occur for Serializable objects: they are persisted into the Session until explicitly deleted or marked as "disposed".

Direct known implementers

Nethgui\System\ProcessInterface

Indirect known implementers

Nethgui\System\Process
Namespace: Nethgui\Utility
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
See: \Serializable
Located at Utility/DisposableInterface.php
Methods summary
public boolean
# isDisposed( )

Returns

boolean
public DisposableInterface;
# dispose( )

Returns

DisposableInterface;
Nethgui Framework API documentation generated by ApiGen