Phulp\Source::pipe PHP Méthode

pipe() public méthode

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