/** * Returns the result * @see SuccessFactorsWsdlClass::getResult() * @return SuccessFactorsStructLoginResponse */ public function getResult() { return parent::getResult(); }
/** * Method called when an object has been exported with var_export() functions * It allows to return an object instantiated with the values * @see SuccessFactorsWsdlClass::__set_state() * @uses SuccessFactorsWsdlClass::__set_state() * @param array $_array the exported values * @return SuccessFactorsStructGetJobResultMTOMRS */ public static function __set_state(array $_array, $_className = __CLASS__) { return parent::__set_state($_array, $_className); }
/** * Static method setting current SoapClient * @param SoapClient $_soapClient * @return SoapClient */ protected static function setSoapClient(SoapClient $_soapClient) { return self::$soapClient = $_soapClient; }