SectionForm::getLocaleFieldNames PHP 메소드

getLocaleFieldNames() 공개 메소드

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