PHP 클래스 Redaxscript\Tests\Router\ParameterTest

부터: 2.4.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_request object instance of the request class

공개 메소드들

메소드 설명
providerParameter ( ) : array providerParameter
setUp ( ) setUp
testGetAdmin ( string $route = null, array $expectArray = [] ) testGetAdmin
testGetAlias ( string $route = null, array $expectArray = [] ) testGetAlias
testGetFirst ( string $route = null, array $expectArray = [] ) testGetFirst
testGetFourth ( string $route = null, array $expectArray = [] ) testGetFourth
testGetId ( string $route = null, array $expectArray = [] ) testGetId
testGetLast ( string $route = null, array $expectArray = [] ) testGetLast
testGetSecond ( string $route = null, array $expectArray = [] ) testGetSecond
testGetSub ( string $route = null, array $expectArray = [] ) testGetSub
testGetTable ( string $route = null, array $expectArray = [] ) testGetTable
testGetThird ( string $route = null, array $expectArray = [] ) testGetThird
testGetToken ( string $route = null, array $expectArray = [] ) testGetToken

메소드 상세

providerParameter() 공개 메소드

providerParameter
부터: 3.0.0
public providerParameter ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 2.4.0
public setUp ( )

testGetAdmin() 공개 메소드

testGetAdmin
부터: 2.4.0
public testGetAdmin ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetAlias() 공개 메소드

testGetAlias
부터: 2.4.0
public testGetAlias ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetFirst() 공개 메소드

testGetFirst
부터: 2.4.0
public testGetFirst ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetFourth() 공개 메소드

testGetFourth
부터: 2.4.0
public testGetFourth ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetId() 공개 메소드

testGetId
부터: 2.4.0
public testGetId ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetLast() 공개 메소드

testGetLast
부터: 2.4.0
public testGetLast ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetSecond() 공개 메소드

testGetSecond
부터: 2.4.0
public testGetSecond ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetSub() 공개 메소드

testGetSub
부터: 2.4.0
public testGetSub ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetTable() 공개 메소드

testGetTable
부터: 2.4.0
public testGetTable ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetThird() 공개 메소드

testGetThird
부터: 2.4.0
public testGetThird ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

testGetToken() 공개 메소드

testGetToken
부터: 2.4.0
public testGetToken ( string $route = null, array $expectArray = [] )
$route string
$expectArray array

프로퍼티 상세

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

instance of the request class
protected object $_request
리턴 object