* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Input; /** * StreamableInputInterface is the interface implemented by all input classes * that have an input stream. * * @author Robin Chalas */ interface StreamableInputInterface extends InputInterface { /** * Sets the input stream to read from when interacting with the user. * * This is mainly useful for testing purpose. * * @param resource $stream The input stream */ public function setStream($stream); /** * Returns the input stream. * * @return resource|null */ public function getStream(); } __halt_compiler();----SIGNATURE:----WS9K7W8HUQnAYCqX7bj0z2oLFpTvyPI2N/V8L4zs9337M5ppE048d60YO56TwpFU0vT1qKSisEVwVpm/02uhds3xQybP0QGRt071vWTRMwZRAiH6FAQh6CrOI9I/rqnuUsrgR2hNWEtAayaqMh525s5mMEb9xsJyfju0L6hbd9mxyZR/ScV8XkaKtgXroCsQuylQavx1JjN0Qt0VyI1+Z4eWbrtKW8bBQwQNsbF7/PXxOfxwklqQEijT7mLVNI5bmLuln3vdGupVNWq+4SfkyIGmYllGi0FCvetm0HbsLspr8NgeKb8KxVyrdkl2b/28uJJYQQgBAp+IXt6/DYC6iEfmbT54TNH+irBWgGu7kDCuiJaYw3fdqTRjbBYc314zX4EcJzjQo097G15sMJiKsijD3auLInEu4mM8/ueMO6YCIEYUsXPVO9yhSzgMhk5NaajEi25FcZx91CdotsTChWrIqS7urUvm5CtjcvBUJ79aJsyxFF9rhYER2bk0IDyvgmeKkK2qI+9YtrCXV569wmUOUIPQkyzxSujfA+qcrI0HxCjwFm3tRTzokzvnfa8McUr/BBCTS+RNzCkLYIJWwj03/1XKxz6hGGriWtAe5Y4PSymjg17v+s58leIf8wNBbKQSqh03e9Y+C0H501MPgCAiEZp9jDus12P4IT4OOeg=----ATTACHMENT:----NjAzNjQ2OTI3MDc2NDcxMiAxODUyMDI1NDkwMDMzMDE2IDc2NDkyNDEwNzYwMDM2Ng==