PHP 클래스 Common\Core\Init

저자: Ghazi Triki ([email protected])
상속: extends KernelLoader
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$allowedTypes array Allowed types
$type string Current type

공개 메소드들

메소드 설명
initialize ( string $type )

메소드 상세

initialize() 공개 메소드

public initialize ( string $type )
$type string The type of init to load, possible values are: frontend, frontend_ajax, frontend_js.

프로퍼티 상세

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

Allowed types
protected array $allowedTypes
리턴 array

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

Current type
protected string $type
리턴 string