Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Themes_parser
PHP Class Themes_parser, 68kb
See link:
http://68kb.com/user_guide/
显示文件
Open project: 68kb/68kb
Public Methods
Method
Description
__construct
( )
body
(
$data
= [] )
css
(
$data
= [] ) :
string
Add CSS File
embed
(
$data
) :
string
Load a view file
Private Methods
Method
Description
_get_param
(
$key
,
$data
) :
mixed
Get a single param
Method Details
__construct()
public
method
public
__construct
( )
body()
public
method
public
body
(
$data
= [] )
css()
public
method
Adds a css file relative to your path
public
css
(
$data
= [] ) :
string
return
string
embed()
public
method
Load a view file
public
embed
(
$data
) :
string
return
string