Airship\Engine\Continuum\Channel::getSupplier PHP Method

getSupplier() public method

Get a supplier
public getSupplier ( string $name, boolean $flush = false ) : Supplier
$name string
$flush boolean
return Supplier
    public function getSupplier(string $name, bool $flush = false) : Supplier
    {
        return $this->parent->getSupplier($name, $flush);
    }