Thruway\CallResult::getArgumentsKw PHP Méthode

getArgumentsKw() public méthode

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

Usage Example

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