Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • ProcessPipe

Classes

  • Pipe

Interfaces

  • ExecutableInterface
  • PipeInterface

Exceptions

  • ExecutableException
  • InvalidArgumentException
  • Overview
  • Namespace
  • Class

Class Pipe

Class ProcessPipe

Net\Bazzline\Component\ProcessPipe\Pipe implements Net\Bazzline\Component\ProcessPipe\PipeInterface
Namespace: Net\Bazzline\Component\ProcessPipe
Package: Net\Bazzline\Component\ProcessPipe
Located at Pipe.php
Methods summary
public
# __construct( Net\Bazzline\Component\ProcessPipe\ExecutableInterface $process = null, Net\Bazzline\Component\ProcessPipe\ExecutableInterface $_ = null )

Adds one or more process to the pipe

Adds one or more process to the pipe

Parameters

$process
  • or more
$_
[optional]

Throws

Net\Bazzline\Component\ProcessPipe\InvalidArgumentException
public mixed
# execute( mixed $input = null )

Parameters

$input

Returns

mixed

Throws

Net\Bazzline\Component\ProcessPipe\ExecutableException

Implementation of

Net\Bazzline\Component\ProcessPipe\ExecutableInterface::execute()
public
# pipe( Net\Bazzline\Component\ProcessPipe\ExecutableInterface $process, Net\Bazzline\Component\ProcessPipe\ExecutableInterface $_ = null )

Adds one or more process to the pipe

Adds one or more process to the pipe

Parameters

$process
  • or more
$_
[optional]

Returns


$this

Throws

Net\Bazzline\Component\ProcessPipe\InvalidArgumentException

Implementation of

Net\Bazzline\Component\ProcessPipe\PipeInterface::pipe()
PHP Process Pipe Component by bazzline.net API documentation generated by ApiGen