Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
PHP Illuminate\View View::getTemplate示例
编程语言:
PHP
命名空间/包名称:
Illuminate\View
类/类型:
View
方法/功能:
getTemplate
hotexamples.com的示例:
1
PHP Illuminate\View View::getTemplate - 已找到1个示例
。这些是从开源项目中提取的最受好评的
Illuminate\View\View::getTemplate
现实PHP示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
with(30)
getData(22)
render(10)
getName(8)
getPath(4)
getContents(2)
getFactory(2)
__construct(2)
offsetExists(2)
__call(1)
withCustomers(1)
setPath(1)
getTemplate(1)
offsetGet(1)
nest(1)
getEngine(1)
__toString(1)
withUsers(1)
常用方法
with (30)
getData (22)
render (10)
getName (8)
getPath (4)
getContents (2)
getFactory (2)
__construct (2)
offsetExists (2)
__call (1)
常用方法
withCustomers (1)
setPath (1)
getTemplate (1)
offsetGet (1)
nest (1)
getEngine (1)
__toString (1)
withUsers (1)
示例#1
0
显示文件
文件:
ModuleController.php
项目:
y80x86ol/simpla-framework
public function __construct() { //初始化template $this->template = View::getTemplate('module'); }
x