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

createSupplier() public method

Create a new supplier.
public createSupplier ( array $data ) : Supplier
$data array
return Supplier
    public function createSupplier(array $data) : Supplier
    {
        return $this->parent->createSupplier($this->name, $data);
    }