ExampleService::methodWithoutReturn PHP Method

methodWithoutReturn() public method

public methodWithoutReturn ( $userToken )
    public function methodWithoutReturn($userToken)
    {
        file_put_contents('/tmp/wsdl-creator-example-log', $userToken . PHP_EOL, FILE_APPEND);
    }