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')];
    }