PHP 클래스 tad\WPBrowser\Module\Support\UriToIndexMapper

파일 보기 프로젝트 열기: lucatume/wp-browser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$map array
$root string The absolute path to the WordPress installation root folder.

공개 메소드들

메소드 설명
__construct ( string $root ) UriToIndexMapper constructor.
getIndexForUri ( $uri )
getRoot ( ) : string
setRoot ( string $root )

메소드 상세

__construct() 공개 메소드

UriToIndexMapper constructor.
public __construct ( string $root )
$root string The absolute path to WordPress root folder.

getIndexForUri() 공개 메소드

public getIndexForUri ( $uri )

getRoot() 공개 메소드

public getRoot ( ) : string
리턴 string

setRoot() 공개 메소드

public setRoot ( string $root )
$root string

프로퍼티 상세

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

protected array $map
리턴 array

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

The absolute path to the WordPress installation root folder.
protected string $root
리턴 string