*
* @return $streamInstance An instance of this node class
*/
- public final static function create???InputStream (Requestable $requestInstance) {
+ public final static function create???InputStream () {
// Get a new instance
$streamInstance = new ???InputStream();
*
* @return $streamInstance An instance of this node class
*/
- public final static function create???OutputStream (Requestable $requestInstance) {
+ public final static function create???OutputStream () {
// Get a new instance
$streamInstance = new ???OutputStream();