CakeFest 2024: The Official CakePHP Conference

SoapServer::setObject

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

SoapServer::setObjectSOAP リクエストの処理に使用するオブジェクトを設定する

説明

public SoapServer::setObject(object $object): void

SOAP リクエストを処理するハンドラとして、SoapServer::setClass() のような単なるクラスではなく特定のオブジェクトを設定します。

パラメータ

object

リクエストを処理するオブジェクト。

戻り値

値を返しません。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top