getArgumentsKw() public method

Get arguments kw
public getArgumentsKw ( ) : mixed
return mixed
示例#1
0
 protected function onSuccess(\Thruway\Connection $connection, \Thruway\CallResult $result)
 {
     return $result->getArgumentsKw();
 }
示例#2
0
 protected function onSuccess(\Thruway\Connection $connection, \Thruway\CallResult $result)
 {
     return \Yii::createObject(array_merge((array) $result->getArgumentsKw(), ['class' => $this->identityClass]));
 }