コード例 #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
ファイル: helpers.php プロジェクト: kreezxil/TechnicSolder
/**
 * 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);
}