ImageToGallery::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return ['id' => Yii::t('GalleryModule.gallery', 'id'), 'image_id' => Yii::t('GalleryModule.gallery', 'Image'), 'gallery_id' => Yii::t('GalleryModule.gallery', 'Gallery'), 'create_time' => Yii::t('GalleryModule.gallery', 'Created at')];
    }