PHP 클래스 Flarum\Foundation\AbstractServer

파일 보기 프로젝트 열기: flarum/core

보호된 프로퍼티들

프로퍼티 타입 설명
$app Application
$basePath string
$config array
$extendCallbacks callable[]
$publicPath string
$storagePath string

공개 메소드들

메소드 설명
__construct ( null $basePath = null, null $publicPath = null )
extend ( callable $callback )
getApp ( ) : Application
getBasePath ( ) : string
getConfig ( ) : array
getPublicPath ( ) : string
getStoragePath ( ) : string
setBasePath ( $basePath )
setConfig ( array $config )
setPublicPath ( $publicPath )
setStoragePath ( $storagePath )

보호된 메소드들

메소드 설명
getIlluminateConfig ( Application $app ) : Illuminate\Config\Repository
registerCache ( Application $app )
registerLogger ( Application $app )

메소드 상세

__construct() 공개 메소드

public __construct ( null $basePath = null, null $publicPath = null )
$basePath null
$publicPath null

extend() 공개 메소드

public extend ( callable $callback )
$callback callable

getApp() 공개 메소드

public getApp ( ) : Application
리턴 Application

getBasePath() 공개 메소드

public getBasePath ( ) : string
리턴 string

getConfig() 공개 메소드

public getConfig ( ) : array
리턴 array

getIlluminateConfig() 보호된 메소드

protected getIlluminateConfig ( Application $app ) : Illuminate\Config\Repository
$app Application
리턴 Illuminate\Config\Repository

getPublicPath() 공개 메소드

public getPublicPath ( ) : string
리턴 string

getStoragePath() 공개 메소드

public getStoragePath ( ) : string
리턴 string

registerCache() 보호된 메소드

protected registerCache ( Application $app )
$app Application

registerLogger() 보호된 메소드

protected registerLogger ( Application $app )
$app Application

setBasePath() 공개 메소드

public setBasePath ( $basePath )
$basePath

setConfig() 공개 메소드

public setConfig ( array $config )
$config array

setPublicPath() 공개 메소드

public setPublicPath ( $publicPath )
$publicPath

setStoragePath() 공개 메소드

public setStoragePath ( $storagePath )
$storagePath

프로퍼티 상세

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

protected Application,Flarum\Foundation $app
리턴 Application

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

protected string $basePath
리턴 string

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

protected array $config
리턴 array

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

protected callable[] $extendCallbacks
리턴 callable[]

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

protected string $publicPath
리턴 string

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

protected string $storagePath
리턴 string