PHP 클래스 Phergie_Plugin_Ideone, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

공개 메소드들

메소드 설명
onCommandIdeone ( string $language, string $code ) : void Executes a source code sequence in a specified language and returns the result.
onLoad ( ) : void Checks for dependencies.

보호된 메소드들

메소드 설명
isError ( array $result ) : boolean Checks a service response for an error, sends a notice to the event source if an error has occurred, and returns whether an error was found.

메소드 상세

isError() 보호된 메소드

Checks a service response for an error, sends a notice to the event source if an error has occurred, and returns whether an error was found.
protected isError ( array $result ) : boolean
$result array Associative array representing the service response
리턴 boolean TRUE if an error is found, FALSE otherwise

onCommandIdeone() 공개 메소드

Executes a source code sequence in a specified language and returns the result.
public onCommandIdeone ( string $language, string $code ) : void
$language string Programming language the source code is in
$code string Source code to execute
리턴 void

onLoad() 공개 메소드

Checks for dependencies.
public onLoad ( ) : void
리턴 void