PHP 클래스 Inpsyde\MultilingualPress\Core\CachingBasePathAdapter

Provides access to the correct basedir and baseurl paths of the current site's uploads folder.
부터: 3.0.0
상속: implements Inpsyde\MultilingualPress\Common\BasePathAdapter
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
basedir ( ) : string Returns the correct basedir path of the current site's uploads folder.
baseurl ( ) : string Returns the correct baseurl path of the current site's uploads folder.

비공개 메소드들

메소드 설명
get_uploads_dir ( ) : string[] Returns the current site's uploads folder paths.

메소드 상세

basedir() 공개 메소드

Returns the correct basedir path of the current site's uploads folder.
부터: 3.0.0
public basedir ( ) : string
리턴 string The correct basedir path of the current site's uploads folder.

baseurl() 공개 메소드

Returns the correct baseurl path of the current site's uploads folder.
부터: 3.0.0
public baseurl ( ) : string
리턴 string The correct baseurl path of the current site's uploads folder.