Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
 public function indexAction()
 {
     return BlogController::listAction();
 }