/
home
/
desid573
/
book.familycab.com.au
/
eway-rapid-php-master
/
src
/
Rapid
/
Contract
/
/home/desid573/book.familycab.com.au/eway-rapid-php-master/src/Rapid/Contract
mkdir
upload
Name
Size
Mode
Actions
Http/
-
0755
rm
Arrayable.php
207
0644
edit
dl
rm
Client.php
8049
0644
edit
dl
rm
HttpService.php
4225
0644
edit
dl
rm
Edit:
/home/desid573/book.familycab.com.au/eway-rapid-php-master/src/Rapid/Contract/Arrayable.php
(207B)
<?php namespace Eway\Rapid\Contract; /** * Interface Arrayable. */ interface Arrayable { /** * Get the instance as an array. * * @return array */ public function toArray(); }
Save