PHP 클래스 tad\WPBrowser\Connector\WordPress

상속: extends Codeception\Lib\Connector\Universal
파일 보기 프로젝트 열기: lucatume/wp-browser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$domain string
$headers array
$insulated boolean
$rootFolder string
$uriToIndexMapper tad\WPBrowser\Module\Support\UriToIndexMapper
$url string

공개 메소드들

메소드 설명
__construct ( array $server = [], Symfony\Component\BrowserKit\History $history = null, Symfony\Component\BrowserKit\CookieJar $cookieJar = null, UriToIndexMapper $uriToIndexMapper = null )
doRequestInProcess ( Symfony\Component\BrowserKit\Request $request ) : Symfony\Component\BrowserKit\Response
getDomain ( )
getHeaders ( )
getIndex ( )
getRootFolder ( )
resetCookies ( )
setDomain ( $domain )
setHeaders ( array $headers = [] )
setIndexFor ( $uri )
setRootFolder ( string $rootFolder )
setUrl ( $url )

비공개 메소드들

메소드 설명
replaceSiteUrlDeep ( $array, $url )

메소드 상세

__construct() 공개 메소드

public __construct ( array $server = [], Symfony\Component\BrowserKit\History $history = null, Symfony\Component\BrowserKit\CookieJar $cookieJar = null, UriToIndexMapper $uriToIndexMapper = null )
$server array
$history Symfony\Component\BrowserKit\History
$cookieJar Symfony\Component\BrowserKit\CookieJar
$uriToIndexMapper tad\WPBrowser\Module\Support\UriToIndexMapper

doRequestInProcess() 공개 메소드

public doRequestInProcess ( Symfony\Component\BrowserKit\Request $request ) : Symfony\Component\BrowserKit\Response
$request Symfony\Component\BrowserKit\Request
리턴 Symfony\Component\BrowserKit\Response

getDomain() 공개 메소드

public getDomain ( )

getHeaders() 공개 메소드

public getHeaders ( )

getIndex() 공개 메소드

public getIndex ( )

getRootFolder() 공개 메소드

public getRootFolder ( )

resetCookies() 공개 메소드

public resetCookies ( )

setDomain() 공개 메소드

public setDomain ( $domain )

setHeaders() 공개 메소드

public setHeaders ( array $headers = [] )
$headers array

setIndexFor() 공개 메소드

public setIndexFor ( $uri )

setRootFolder() 공개 메소드

public setRootFolder ( string $rootFolder )
$rootFolder string

setUrl() 공개 메소드

public setUrl ( $url )

프로퍼티 상세

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

protected string $domain
리턴 string

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

protected array $headers
리턴 array

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

protected bool $insulated
리턴 boolean

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

protected string $rootFolder
리턴 string

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

protected UriToIndexMapper,tad\WPBrowser\Module\Support $uriToIndexMapper
리턴 tad\WPBrowser\Module\Support\UriToIndexMapper

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

protected string $url
리턴 string