Exemple #1
0
/**
 * 2016-08-02
 * @param Section $section
 * @return Phrase
 */
function df_config_tab_label(Section $section)
{
    return DfStructure::tab($section->getData()['tab'], 'label');
}