system system.base system.caching system.caching.dependencies system.collections system.console system.db system.db.ar system.db.schema system.db.schema.mssql system.db.schema.mysql system.db.schema.oci system.db.schema.pgsql system.db.schema.sqlite system.i18n system.i18n.gettext system.logging system.utils system.validators system.web system.web.actions system.web.auth system.web.filters system.web.helpers system.web.renderers system.web.services system.web.widgets system.web.widgets.captcha system.web.widgets.pagers

CSoapObjectWrapper

system.web.services
继承 class CSoapObjectWrapper
可用自 1.0.5
版本 $Id$
CSoapObjectWrapper is a wrapper class internally used when SoapServer::setObject() is not defined.

公共属性

隐藏继承的属性

属性类型描述被定义在
object object the service provider CSoapObjectWrapper

公共方法

隐藏继承的方法

方法描述被定义在
__call() PHP __call magic method. CSoapObjectWrapper
__construct() Constructor. CSoapObjectWrapper

属性详情

object 属性
public object $object;

the service provider

方法详情

__call() 方法
public mixed __call(string $name, array $arguments)
$name string method name
$arguments array method arguments
{return} mixed method return value

PHP __call magic method. This method calls the service provider to execute the actual logic.

__construct() 方法
public void __construct(object $object)
$object object the service provider

Constructor.