flashwave
93ec139171
- Aiwass -> RPCii - Swapped the meaning of "Procedure" and "Action" - IRpcActionHandler is now RpcHandler, abstract class no longer exists like Index - Anything suffixed by Trait is now suffixed by Common - All I prefixes on interfaces are gone - A PHP StreamWrapper implementation of HttpRequest added as a fallback for when cURL isnt installed - HttpRpcServer now hosts on /_rpcii instead of /_aiwass - Packagist package is now flashii/rpcii instead of flashwave/aiwass That's probably all of it but I probably forgor.
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpdocumentor configVersion="3.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://www.phpdoc.org"
|
|
xsi:noNamespaceSchemaLocation="data/xsd/phpdoc.xsd">
|
|
<title>RPCii Documentation</title>
|
|
<template name="default"/>
|
|
<paths>
|
|
<output>docs/html</output>
|
|
</paths>
|
|
<version number="2.0">
|
|
<folder>latest</folder>
|
|
<api format="php">
|
|
<output>api</output>
|
|
<visibility>public</visibility>
|
|
<default-package-name>RPCii</default-package-name>
|
|
<source dsn=".">
|
|
<path>src</path>
|
|
</source>
|
|
<extensions>
|
|
<extension>php</extension>
|
|
</extensions>
|
|
<ignore hidden="true" symlinks="true">
|
|
<path>tests/**/*</path>
|
|
</ignore>
|
|
<ignore-tags>
|
|
<ignore-tag>template</ignore-tag>
|
|
<ignore-tag>template-extends</ignore-tag>
|
|
<ignore-tag>template-implements</ignore-tag>
|
|
<ignore-tag>extends</ignore-tag>
|
|
<ignore-tag>implements</ignore-tag>
|
|
</ignore-tags>
|
|
</api>
|
|
</version>
|
|
</phpdocumentor>
|