CustomerService::getServiceLinks PHP Method

        public function getServiceLinks($selector)
        {
            $args = new GetServiceLinks($selector);
            $result = $this->__soapCall("getServiceLinks", array($args));
            return $result->rval;
        }