PHP Class Themes_parser, 68kb

ファイルを表示 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