Packages

  • Nette
    • Application
      • Application\Diagnostics
      • Application\Responses
      • Application\Routers
      • Application\UI
    • Caching
      • Caching\Storages
    • ComponentModel
    • Config
    • Database
      • Database\Diagnostics
      • Database\Drivers
      • Database\Reflection
      • Database\Table
    • DI
    • Diagnostics
    • Forms
      • Forms\Controls
      • Forms\Rendering
    • Http
    • Iterators
    • Latte
      • Latte\Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • None
  • PHP

Classes

  • NArrays
  • NCriticalSection
  • NFinder
  • NHtml
  • NJson
  • NLimitedScope
  • NMimeTypeDetector
  • NNeon
  • NPaginator
  • NStrings

Exceptions

  • NJsonException
  • NNeonException
  • NRegexpException
  • Overview
  • Package
  • Class
  • Tree

Class NCriticalSection

Critical sections support.

Final
Package: Nette\Utils
Author: David Grudl
Located at Utils/CriticalSection.php
Methods summary
final public
# __construct( )

Static class - cannot be instantiated.

Static class - cannot be instantiated.

public static
# enter( )

Enters the critical section, other threads are locked out.

Enters the critical section, other threads are locked out.

public static
# leave( )

Leaves the critical section, other threads can now enter it.

Leaves the critical section, other threads can now enter it.

Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0