BodyClass
class BodyClass
BodyClass
Traits
EmptyStringTrait
Properties
static protected Meta[] | $classes | ||
protected bool | $loaded | ||
protected string | $class |
Methods
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
at line 51
static string
output()
output
at line 64
static void
init(array $classes = array())
init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
at line 75
__construct(string $class)
생성자. 파일경로를 전달받는다.
단 하나의 파일이나 배열형식의 다중 파일을 전달 받을 수 있다.
at line 86
$this
unload()
unload
at line 100
$this
load()
load