Airship\Engine\Continuum\Channel::getAllSuppliers PHP 메소드

getAllSuppliers() 공개 메소드

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