CommunityID/libs/Zend/Tool/Framework/Client/Interactive/OutputInterface.php

8 lines
139 B
PHP
Raw Normal View History

2019-07-17 20:16:19 +00:00
<?php
interface Zend_Tool_Framework_Client_Interactive_OutputInterface
{
public function handleInteractiveOutput($string);
}