Kraken\Runtime\RuntimeCommand::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string
    public function __toString()
    {
        return json_encode(array_merge([$this->command], $this->params));
    }