C# 클래스 Pluton.PluginLoaders.PHPPlugin

PHP plugin.
상속: BasePlugin
파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
PHPGlobals PHP.Core.PhpArray

공개 메소드들

메소드 설명
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.

메소드 상세

Invoke() 공개 메소드

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

Load() 공개 메소드

public Load ( string code = "" ) : void
code string
리턴 void

PHPPlugin() 공개 메소드

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.
리턴 System

프로퍼티 상세

PHPGlobals 공개적으로 프로퍼티

public PhpArray,PHP.Core PHPGlobals
리턴 PHP.Core.PhpArray