Thruway\CallResult::getArgumentsKw PHP 메소드

getArgumentsKw() 공개 메소드

Get arguments kw
public getArgumentsKw ( ) : mixed
리턴 mixed
    public function getArgumentsKw()
    {
        return $this->getResultMessage()->getArgumentsKw();
    }

Usage Example

예제 #1
0
파일: Account.php 프로젝트: filsh/yii2-wamp
 protected function onSuccess(\Thruway\Connection $connection, \Thruway\CallResult $result)
 {
     return $result->getArgumentsKw();
 }
All Usage Examples Of Thruway\CallResult::getArgumentsKw