PHP 클래스 Ip\Config

파일 보기 프로젝트 열기: impresspages/impresspages

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$protocol
$protocolUrl

공개 메소드들

메소드 설명
__construct ( $config, array | null $server = null )
adminLocale ( )
baseUrl ( string $protocol = null ) : string Returns absolute base url.
database ( )
get ( string $name, mixed $default = null ) : mixed
isDebugMode ( )
isDevelopmentEnvironment ( )
protocol ( )
set ( $name, $value )
showErrors ( )
tablePrefix ( )
theme ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $config, array | null $server = null )
$config
$server array | null $_SERVER

adminLocale() 공개 메소드

public adminLocale ( )

baseUrl() 공개 메소드

Returns absolute base url.
public baseUrl ( string $protocol = null ) : string
$protocol string 'http:// https:// or //. Current protocol will be used if null
리턴 string

database() 공개 메소드

public database ( )

get() 공개 메소드

public get ( string $name, mixed $default = null ) : mixed
$name string
$default mixed
리턴 mixed

isDebugMode() 공개 메소드

public isDebugMode ( )

isDevelopmentEnvironment() 공개 메소드

protocol() 공개 메소드

public protocol ( )

set() 공개 메소드

public set ( $name, $value )

showErrors() 공개 메소드

public showErrors ( )

tablePrefix() 공개 메소드

public tablePrefix ( )

theme() 공개 메소드

public theme ( )

프로퍼티 상세

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

protected $config

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

protected $protocol

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

protected $protocolUrl