ImageUploadParty
in package
uses
TraitSeo, TraitUser
Table of Contents
Properties
- $image : Image
- $imageUpload : ImageUpload
- $imageUploadData : ImageUploadData
- $input : Input
- $user : User
Methods
- __construct() : mixed
- getSeoInstance() : Seo
- getUserInstance() : User
- processPhotosParty() : void
- party photo upload
- uploadFlyer() : array<string|int, mixed>
- Uploads the flyer and renames it
- uploadPhotos() : void
Properties
$image
private
Image
$image
$imageUpload
private
ImageUpload
$imageUpload
$imageUploadData
private
ImageUploadData
$imageUploadData
$input
private
Input
$input
$user
private
User
$user
Methods
__construct()
public
__construct() : mixed
getSeoInstance()
public
getSeoInstance() : Seo
Return values
SeogetUserInstance()
public
getUserInstance() : User
Return values
UserprocessPhotosParty()
party photo upload
public
processPhotosParty(array<string|int, mixed> $saParty, array<string|int, mixed> $saInform) : void
Parameters
- $saParty : array<string|int, mixed>
- $saInform : array<string|int, mixed>
Tags
uploadFlyer()
Uploads the flyer and renames it
public
uploadFlyer(array<string|int, mixed> $auto_file, array<string|int, mixed> $saParty) : array<string|int, mixed>
Parameters
- $auto_file : array<string|int, mixed>
- $saParty : array<string|int, mixed>
Return values
array<string|int, mixed>uploadPhotos()
private
uploadPhotos(array<string|int, mixed> $saParty, array<string|int, mixed> $saInformUpload) : void
Parameters
- $saParty : array<string|int, mixed>
- $saInformUpload : array<string|int, mixed>