PHP 클래스 ManaPHP\Mvc\Url

상속: extends ManaPHP\Component, implements ManaPHP\Mvc\UrlInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_assets string
$_baseUrls array

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Url constructor.
get ( string | array $uri, array $args = [], string $module = null ) : string
getAsset ( string $uri ) : string

메소드 상세

__construct() 공개 메소드

Url constructor.
public __construct ( array $options = [] )
$options array

get() 공개 메소드

public get ( string | array $uri, array $args = [], string $module = null ) : string
$uri string | array
$args array
$module string
리턴 string

getAsset() 공개 메소드

public getAsset ( string $uri ) : string
$uri string
리턴 string

프로퍼티 상세

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

protected string $_assets
리턴 string

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

protected array $_baseUrls
리턴 array