ReviewFormElementForm::getLocaleFieldNames PHP Method

getLocaleFieldNames() public method

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