\Vegas\DIServiceProviderInterface

Interface ServiceProviderInterface

Summary

Methods
Constants
register()
getDependencies()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

register()

register(\Phalcon\DiInterface $di) : mixed

Registers service into Dependency Injector

Parameters

\Phalcon\DiInterface $di

Returns

mixed

getDependencies()

getDependencies() : array

Returns array of dependencies <code> return array( MongoServiceProvider::SERVICE_NAME, CollectionManagerServiceProvider::SERVICE_NAME ); </code>

Returns

array