예제 #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);
}
예제 #3
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function _yield($section)
{
    return Laravel\Section::_yield($section);
}
예제 #4
0
파일: helpers.php 프로젝트: eliasyanni/bugs
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldContent($section)
{
    return Laravel\Section::yieldContent($section);
}