2
0

OutputInterface.php 139 B

12345678
  1. <?php
  2. interface Zend_Tool_Framework_Client_Interactive_OutputInterface
  3. {
  4. public function handleInteractiveOutput($string);
  5. }