PAMI\Message\Event\BridgeCreateEvent::getBridgeTechnology PHP Метод

getBridgeTechnology() публичный Метод

Returns key: 'BridgeTechnology'.
public getBridgeTechnology ( ) : string
Результат string
    public function getBridgeTechnology()
    {
        return $this->getKey('BridgeTechnology');
    }