예제 #1
0
파일: structure.php 프로젝트: mage2pro/core
/**
 * 2016-08-02
 * @param Section $section
 * @return Phrase
 */
function df_config_tab_label(Section $section)
{
    return DfStructure::tab($section->getData()['tab'], 'label');
}