PHP 클래스 fXmlRpc\Integration\AbstractIntegrationTest

파일 보기 프로젝트 열기: lstrojny/fxmlrpc

보호된 프로퍼티들

프로퍼티 타입 설명
$command string
$disabledExtensions
$enabled boolean
$endpoint
$errorEndpoint string
$restartThreshold integer
$server Symfony\Component\Process\Process

공개 메소드들

메소드 설명
getClients ( )
getClientsOnly ( )
setUp ( )
setUpBeforeClass ( )
tearDownAfterClass ( )

보호된 메소드들

메소드 설명
extensionEnabled ( $extension )
startServer ( )
stopServer ( )

비공개 메소드들

메소드 설명
generateAllPossibleCombinations ( array $combinations, array &$clients )
getParsers ( )
getSerializers ( )
getTransport ( )
pollWait ( )

메소드 상세

extensionEnabled() 보호된 메소드

protected extensionEnabled ( $extension )

getClients() 공개 메소드

public getClients ( )

getClientsOnly() 공개 메소드

public getClientsOnly ( )

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

startServer() 보호된 정적인 메소드

protected static startServer ( )

stopServer() 보호된 정적인 메소드

protected static stopServer ( )

tearDownAfterClass() 공개 정적인 메소드

public static tearDownAfterClass ( )

프로퍼티 상세

$command 보호되어 있는 정적으로 프로퍼티

protected static string $command
리턴 string

$disabledExtensions 보호되어 있는 프로퍼티

protected $disabledExtensions

$enabled 보호되어 있는 정적으로 프로퍼티

protected static bool $enabled
리턴 boolean

$endpoint 보호되어 있는 정적으로 프로퍼티

protected static $endpoint

$errorEndpoint 보호되어 있는 정적으로 프로퍼티

protected static string $errorEndpoint
리턴 string

$restartThreshold 보호되어 있는 정적으로 프로퍼티

protected static int $restartThreshold
리턴 integer

$server 보호되어 있는 정적으로 프로퍼티

protected static Process,Symfony\Component\Process $server
리턴 Symfony\Component\Process\Process