ImageToGallery::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return 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')];
    }