Thruway\CallResult::getArgumentsKw PHP Method

getArgumentsKw() public method

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

Usage Example

Example #1
0
 protected function onSuccess(\Thruway\Connection $connection, \Thruway\CallResult $result)
 {
     return $result->getArgumentsKw();
 }
All Usage Examples Of Thruway\CallResult::getArgumentsKw