backup: live-stand vor erstem git-deployment
This commit is contained in:
25
mysyde/common/interfaces/IOCInterface.php
Normal file
25
mysyde/common/interfaces/IOCInterface.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Bauer
|
||||
* Date: 6/22/2015
|
||||
* Time: 10:20 AM
|
||||
*/
|
||||
|
||||
interface IOCInterface {
|
||||
|
||||
/**
|
||||
* @param $name
|
||||
* @return mixed
|
||||
*/
|
||||
public function resolve($name);
|
||||
|
||||
/**
|
||||
* @param $name
|
||||
* @param $rule
|
||||
* @return mixed
|
||||
*/
|
||||
public function register($name, $rule);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user