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

getAllSuppliers() public method

Get all suppliers for a particular channel
public getAllSuppliers ( ) : array
return array
    public function getAllSuppliers() : array
    {
        return $this->parent->getSupplier();
    }