8 lines
139 B
PHP
8 lines
139 B
PHP
|
<?php
|
||
|
|
||
|
interface Zend_Tool_Framework_Client_Interactive_OutputInterface
|
||
|
{
|
||
|
|
||
|
public function handleInteractiveOutput($string);
|
||
|
|
||
|
}
|