C# Class Pluton.PluginLoaders.PHPPlugin

PHP plugin.
Inheritance: BasePlugin
Show file Open project: Notulp/Pluton

Public Properties

Property Type Description
PHPGlobals PHP.Core.PhpArray

Public Methods

Method Description
Invoke ( string func ) : object

Invoke the specified method and args.

Load ( string code = "" ) : void
PHPPlugin ( string name, string code, DirectoryInfo rootdir ) : System

Initializes a new instance of the Pluton.PHPPlugin class.

Method Details

Invoke() public method

Invoke the specified method and args.
public Invoke ( string func ) : object
func string Func.
return object

Load() public method

public Load ( string code = "" ) : void
code string
return void

PHPPlugin() public method

Initializes a new instance of the Pluton.PHPPlugin class.
public PHPPlugin ( string name, string code, DirectoryInfo rootdir ) : System
name string Name.
code string Code.
rootdir System.IO.DirectoryInfo Rootdir.
return System

Property Details

PHPGlobals public property

public PhpArray,PHP.Core PHPGlobals
return PHP.Core.PhpArray