SectionForm::getLocaleFieldNames PHP Method

getLocaleFieldNames() public method

Get the names of fields for which localized data is allowed.
public getLocaleFieldNames ( ) : array
return array
    function getLocaleFieldNames()
    {
        $sectionDao = DAORegistry::getDAO('SectionDAO');
        return $sectionDao->getLocaleFieldNames();
    }