CloudFlare\Railguns::zones PHP Method

zones() public method

Get zones connected to a Railgun (permission needed: #railgun:read) The zones that are currently using this Railgun
public zones ( string $identifier )
$identifier string API item identifier tag
    public function zones($identifier)
    {
        return $this->get('railguns/' . $identifier . '/zones');
    }