Kraken\Loop\LoopExtendedInterface::import PHP Method

import() public method

Import handlers and/or streams from another loop model.
public import ( Kraken\Loop\LoopExtendedInterface $loop, boolean $all = false ) : Kraken\Loop\LoopExtendedInterface
$loop Kraken\Loop\LoopExtendedInterface
$all boolean
return Kraken\Loop\LoopExtendedInterface
    public function import(LoopExtendedInterface $loop, $all = false);