Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 268 Bytes

service-provider-implementation.md

File metadata and controls

14 lines (10 loc) · 268 Bytes

Service Provider Implementation

Avatar example:

use Xoop\sCore\Service\Abstract\Contract; 
use Xoops\Core\Service\Contract\Avatar\Interface; 

class AvatarsProvider extends AbstractContract implements AvatarInterface 
{ 
// implementation goes here 
}