getArgumentsKw() public method

Get arguments kw
public getArgumentsKw ( ) : mixed
return mixed
コード例 #1
0
ファイル: Account.php プロジェクト: filsh/yii2-wamp
 protected function onSuccess(\Thruway\Connection $connection, \Thruway\CallResult $result)
 {
     return $result->getArgumentsKw();
 }
コード例 #2
0
ファイル: Identity.php プロジェクト: filsh/yii2-wamp
 protected function onSuccess(\Thruway\Connection $connection, \Thruway\CallResult $result)
 {
     return \Yii::createObject(array_merge((array) $result->getArgumentsKw(), ['class' => $this->identityClass]));
 }