array( 'invokables' => array( 'Fixture\Controller\Fixture' => 'Fixture\Controller\FixtureController' ), ), 'console' => array( 'router' => array( 'routes' => array( 'build' => array( 'options' => array( 'route' => 'fixture build', 'defaults' => array( 'controller' => 'Fixture\Controller\Fixture', 'action' => 'build' ) ) ), 'buildlimited' => array( 'options' => array( 'route' => 'fixture buildlimited', 'defaults' => array( 'controller' => 'Fixture\Controller\Fixture', 'action' => 'buildlimited' ) ) ), 'buildtemplates' => array( 'options' => array( 'route' => 'fixture buildtemplates', 'defaults' => array( 'controller' => 'Fixture\Controller\Fixture', 'action' => 'buildtemplates' ) ) ) ) ) ) );