getArgumentsKw() 공개 메소드

Get arguments kw
public getArgumentsKw ( ) : mixed
리턴 mixed
예제 #1
0
파일: Account.php 프로젝트: filsh/yii2-wamp
 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]));
 }