mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
upload wip
This commit is contained in:
parent
3061dda018
commit
fca5d7b0a6
15 changed files with 2146 additions and 164 deletions
10
Demo/IDemoStore.php
Normal file
10
Demo/IDemoStore.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php namespace Demo;
|
||||
|
||||
interface IDemoStore {
|
||||
/**
|
||||
* @param resource $stream
|
||||
* @param string $name
|
||||
* @return StoredDemo
|
||||
*/
|
||||
public function store($stream, $name);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue