mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
initial commit'n push
This commit is contained in:
17
ThirdPartyType/ThirdPartyTypeProviderInterface.php
Normal file
17
ThirdPartyType/ThirdPartyTypeProviderInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\ThirdPartyBundle\ThirdPartyType;
|
||||
|
||||
/**
|
||||
* Provide third party type
|
||||
*/
|
||||
interface ThirdPartyTypeProviderInterface
|
||||
{
|
||||
/**
|
||||
* Return an unique key for this type.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function getKey(): string;
|
||||
|
||||
}
|
Reference in New Issue
Block a user