Phulp\Source::pipe PHP Method

pipe() public method

public pipe ( phulp\PipeInterface $pipe ) : self
$pipe phulp\PipeInterface
return self
    public function pipe(PipeInterface $pipe)
    {
        $pipe->execute($this);
        return $this;
    }