/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
pods
/
tribe-common
/
vendor
/
lucatume
/
di52
/
src
/
tad
/
DI52
/
Upload File
HOME
<?php interface tad_DI52_ServiceProviderInterface { /** * Binds and sets up implementations. */ public function register(); /** * Binds and sets up implementations at boot time. */ public function boot(); /** * Returns an array of implementations provided by the service provider. * * @return array */ public function provides(); /** * Whether the service provider will be a deferred one or not. * * @return bool */ public function isDeferred(); }