class BodyClass

BodyClass

Traits

Properties

static protected Meta[] $classes
protected bool $loaded
protected string $class

Methods

string
__toString()

to string

static string
output()

output

static void
init(array $classes = array())

init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.

__construct(string $class)

생성자. 파일경로를 전달받는다.

$this
unload()

unload

$this
load()

load

Details

in EmptyStringTrait at line 30
string __toString()

to string

Return Value

string

at line 51
static string output()

output

Return Value

string

at line 64
static void init(array $classes = array())

init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.

Parameters

array $classes tag list

Return Value

void

at line 75
__construct(string $class)

생성자. 파일경로를 전달받는다.

단 하나의 파일이나 배열형식의 다중 파일을 전달 받을 수 있다.

Parameters

string $class class name

at line 86
$this unload()

unload

Return Value

$this

at line 100
$this load()

load

Return Value

$this