PHP 클래스 common\Uri

파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
getFilename ( string $value ) : string Prepares a string for a filename so that it can be used in urls.
getUrl ( string $value ) : string Prepares a string so that it can be used in urls.

메소드 상세

getFilename() 공개 정적인 메소드

Prepares a string for a filename so that it can be used in urls.
사용 중단: use getUrl instead, it is strict enough to create valid filenames
public static getFilename ( string $value ) : string
$value string The value (without extension) that should be urlised.
리턴 string The urlised string.

getUrl() 공개 정적인 메소드

Prepares a string so that it can be used in urls.
public static getUrl ( string $value ) : string
$value string The value that should be urlised.
리턴 string The urlised string.