~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to src/TSEP/Bundle/SearchBundle/Controller/PageController.php

  • Committer: Geoffrey
  • Date: 2011-04-23 21:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: geoffrey@den-pc-20110423212132-4c52oaz43g7f4vxq
refractored class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
 
namespace TsepDev\Bundle\SearchBundle\Controller;
4
 
 
5
 
use TsepDev\Bundle\SearchBundle\Form\Indices\Search\SearchForm;
6
 
 
7
 
use TsepDev\Bundle\SearchBundle\Form\Indices\Search\SearchRequest;
 
3
namespace TSEP\Bundle\SearchBundle\Controller;
 
4
 
 
5
use TSEP\Bundle\SearchBundle\Form\Indices\Search\SearchForm;
 
6
 
 
7
use TSEP\Bundle\SearchBundle\Form\Indices\Search\SearchRequest;
8
8
 
9
9
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10
10