码迷,mamicode.com
首页 > Web开发 > 详细

[李景山php]每天laravel-20161105|EngineInterface.php

时间:2016-09-06 23:53:42      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:laravel

<?php

namespace Illuminate\View\Engines;

interface EngineInterface
{
    /**
     * Get the evaluated contents of the view.
     *
     * @param  string  $path
     * @param  array   $data
     * @return string
     */
    public function get($path, array $data = []);
}// a get


本文出自 “专注php 群号:414194301” 博客,请务必保留此出处http://jingshanls.blog.51cto.com/3357095/1846647

[李景山php]每天laravel-20161105|EngineInterface.php

标签:laravel

原文地址:http://jingshanls.blog.51cto.com/3357095/1846647

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!