MessageSource::attributeLabels PHP Méthode

attributeLabels() public méthode

public attributeLabels ( )
    function attributeLabels()
    {
        return array('id' => TranslateModule::t('ID'), 'category' => TranslateModule::t('Category'), 'message' => TranslateModule::t('Message'));
    }