示例#1
0
文件: helpers.php 项目: e-gob/api-dpa
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldLaravelLaravel($section)
{
    return Laravel\Section::yieldLaravelLaravel($section);
}
示例#2
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function output($section)
{
    return Laravel\Section::output($section);
}
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function _yield($section)
{
    return Laravel\Section::_yield($section);
}
示例#4
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldContent($section)
{
    return Laravel\Section::yieldContent($section);
}