Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
invoice-sync.bitkit.dk
httpdocs
app
Http
Interfaces
Client
File Content:
EconomicClientSyncInterface.php
<?php namespace App\Http\Interfaces\Client; use App\Models\Hooks; interface EconomicClientSyncInterface { /** * Get client number from hook model * * @return int */ public function getClientNumber(): int; /** * To get the hook modal instance */ public function getHook(): Hooks; /** * To create podio attributes for creating item * * @param array $client * @return array */ public function podioCreateAttribute(array $client): array; /** * To create podio attributes for item update * * @param array $client * @return array */ public function podioUpdateAttribute(array $client): array; }
Edit
Download
Unzip
Chmod
Delete