forked from LiveCarta/yii2-aws-s3
initial commit
This commit is contained in:
20
src/interfaces/Bus.php
Normal file
20
src/interfaces/Bus.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace frostealth\yii2\aws\s3\interfaces;
|
||||
|
||||
use frostealth\yii2\aws\s3\interfaces\commands\Command;
|
||||
|
||||
/**
|
||||
* Interface Bus
|
||||
*
|
||||
* @package frostealth\yii2\aws\s3\interfaces
|
||||
*/
|
||||
interface Bus
|
||||
{
|
||||
/**
|
||||
* @param \frostealth\yii2\aws\s3\interfaces\commands\Command $command
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function execute(Command $command);
|
||||
}
|
||||
Reference in New Issue
Block a user