コード例 #1
0
 /**
  * Registers services on the given app.
  *
  * This method should only be used to configure services and parameters.
  * It should not get services.
  *
  * @param Application $app An Application instance
  */
 public function register(Application $app)
 {
     $app['fabricekabongoc.seomanager'] = $app->share(function ($app) {
         return MetaManager::loadMeta($app['db'], $app['fabricekabongoc.']['seooptions.meta.table']);
     });
 }