class Title

Title

Traits

Properties

static protected Meta[] $title

Methods

string
__toString()

to string

static Meta[]
output()

No description

static void
init(string $title = '')

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

__construct(string $title)

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

Details

in EmptyStringTrait at line 30
string __toString()

to string

Return Value

string

at line 39
static Meta[] output()

Return Value

Meta[]

at line 52
static void init(string $title = '')

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

Parameters

string $title title

Return Value

void

at line 63
__construct(string $title)

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

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

Parameters

string $title title