PHP 클래스 igaster\laravelTheme\Theme

상속: extends igaster\laravelTheme\Tree\Item
파일 보기 프로젝트 열기: igaster/laravel-theme 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$assetPath
$name
$viewsPath

공개 메소드들

메소드 설명
__construct ( $themeName, $assetPath = null, $viewsPath = null )
config ( string $key, mixed $defaultValue = null ) : mixed Return the configuration value of $key for the current theme. Configuration values are stored per theme in themes.php config file.
configSet ( string $key, mixed $value ) : mixed Return the configuration value of $key for the current theme. Configuration values are stored per theme in themes.php config file.
getParent ( )
url ( string $url ) : string Attach theme paths to a local Url. The Url must be a resource located on the asset path of the current theme or it's parents.

메소드 상세

__construct() 공개 메소드

public __construct ( $themeName, $assetPath = null, $viewsPath = null )

config() 공개 메소드

Return the configuration value of $key for the current theme. Configuration values are stored per theme in themes.php config file.
public config ( string $key, mixed $defaultValue = null ) : mixed
$key string
$defaultValue mixed
리턴 mixed

configSet() 공개 메소드

Return the configuration value of $key for the current theme. Configuration values are stored per theme in themes.php config file.
public configSet ( string $key, mixed $value ) : mixed
$key string
$value mixed
리턴 mixed

getParent() 공개 메소드

public getParent ( )

url() 공개 메소드

Attach theme paths to a local Url. The Url must be a resource located on the asset path of the current theme or it's parents.
public url ( string $url ) : string
$url string
리턴 string

프로퍼티 상세

$assetPath 공개적으로 프로퍼티

public $assetPath

$name 공개적으로 프로퍼티

public $name

$viewsPath 공개적으로 프로퍼티

public $viewsPath