Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. use Symfony\Component\Console {
  2.   Helper\Table,
  3.   Input { ArrayInput, InputInterface }
  4.   Output { NullOutput, OutputInterface },
  5.   Question { Question, ChoiceQuestion, ConfirmationQuestion }
  6. };
  7.  
  8. Could you do the following?
  9.  
  10. use \ { //with or without the slash
  11.     Symfony\Component\Console {
  12.         Helper\Table,
  13.         Input { ArrayInput, InputInterface }
  14.     Output { NullOutput, OutputInterface },
  15.     Question { Question, ChoiceQuestion, ConfirmationQuestion }
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement