Skip to content

Instantly share code, notes, and snippets.

@fritz-gerneth
Created July 1, 2012 17:52
Show Gist options
  • Save fritz-gerneth/3029100 to your computer and use it in GitHub Desktop.
Save fritz-gerneth/3029100 to your computer and use it in GitHub Desktop.
return array(
'di' => array(
'instance' => array(
'alias' => array(
'feedaggregator' => 'Fge\Aggregator'
),
'Fge\Aggregator' => array(
'parameters' => array(
'feeds' => array(
'sdd',
'asd'
),
),
'injections' => array(
'setFeed' => array(
'url' => 'dsf',
),
),
),
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment