urls = $urls; } function jsonSerialize() { return [ 'action' => 'transfer', 'destination' => [ 'type' => 'ncco', 'url' => $this->urls ] ]; } }