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

  • EsmithDatabaseTest
  • NethPlatformTest
  • PhpWrapperExec
  • SessionDatabaseTest
  • TestSession
  • ValidatorTest
  • Overview
  • Namespace
  • Class
  • Deprecated

Class PhpWrapperExec

Wraps global PHP functions and variables.

Refs #95

Nethgui\Utility\PhpWrapper implements Nethgui\Log\LogConsumerInterface
Extended by Nethgui\Test\Unit\Nethgui\System\PhpWrapperExec
Namespace: Nethgui\Test\Unit\Nethgui\System
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Api
Located at Test/Unit/Nethgui/System/EsmithDatabaseTest.php
Methods summary
public
# setExecImplementation( $execImplementation )
public
# setCommandMatcher( $command, $args )
public
# setSocketMatcher( $action, $args )
public
# exec( $command, & $output, & $retval )

Overrides

Nethgui\Utility\PhpWrapper::exec()
public
# fsockopen( $socketPath, $port, & $errno, & $errstr )

Overrides

Nethgui\Utility\PhpWrapper::fsockopen()
public
# fread( $socket, $len )
public
# fwrite( $socket, $data )
Methods inherited from Nethgui\Utility\PhpWrapper
__call(), __construct(), class_exists(), file_get_contents_extended(), getLog(), phpCreateInstance(), phpExit(), phpInclude(), phpReadGlobalVariable(), phpWriteGlobalVariable(), setLog(), wrapBegin(), wrapEnd()
Nethgui Framework API documentation generated by ApiGen