Skip to content

Commit

Permalink
Update docs for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Oct 30, 2015
1 parent a9beb37 commit 86de3e4
Show file tree
Hide file tree
Showing 18 changed files with 352 additions and 59 deletions.
20 changes: 16 additions & 4 deletions docs/classes/Akamai_Open_EdgeGrid_Cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,15 @@ <h1 id="introduction"><small>Akamai\Open\EdgeGrid\</small>Cli</h1>
<p/>
<h2 id="synopsis">Synopsis</h2>
<div class="synopsis">class Cli
{<br/><ul class="none"><li>// members</li><li>protected <span title="Akamai\Open\EdgeGrid\CLImate">CLImate</span> <a href="#members">$climate</a>;
{<br/><ul class="none"><li>// members</li><li>protected <span title="\League\CLImate\CLImate">CLImate</span> <a href="#members">$climate</a>;
</li></ul><ul class="none"><li>// methods</li><li>public void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/__construct.html">__construct</a>()
</li><li>public void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/run.html">run</a>()
</li><li>protected void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/parseArguments.html">parseArguments</a>()
</li><li>protected void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/executeCommand.html">executeCommand</a>()
</li><li>public void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/help.html">help</a>()
</li><li>public void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/version.html">version</a>()
</li><li>protected array <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/getNamedArgs.html">getNamedArgs</a>()
</li><li>protected void <a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/getArgValue.html">getArgValue</a>()
</li></ul>

}<br/></div>
Expand All @@ -83,12 +86,12 @@ <h2 id="coverage">Coverage</h2>
<tr>
<td>Methods</td>
<td class="percent">0%</td>
<td class="nummeric">0 / 5</td>
<td class="nummeric">0 / 8</td>
</tr>
<tr>
<td>Lines</td>
<td class="percent">0%</td>
<td class="nummeric">0 / 107</td>
<td class="nummeric">0 / 181</td>
</tr>
</table>
<h2 id="members">Members</h2>
Expand All @@ -97,7 +100,7 @@ <h4>protected</h4>
<ul class="members">
<li id="climate"><strong>$climate</strong>
<a title="Akamai\Open\EdgeGrid\CLImate" href="../classes/Akamai_Open_EdgeGrid_CLImate.html">Akamai\Open\EdgeGrid\CLImate</a></li>
<a title="\League\CLImate\CLImate" href="../classes/_League_CLImate_CLImate.html">\League\CLImate\CLImate</a></li>
</ul>
</div>
<h2 id="methods">Methods</h2>
Expand All @@ -107,6 +110,12 @@ <h4>protected</h4>
<li id="executeCommand">
<a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/executeCommand.html">executeCommand()</a>
</li>
<li id="getArgValue">
<a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/getArgValue.html">getArgValue()</a>
</li>
<li id="getNamedArgs">
<a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/getNamedArgs.html">getNamedArgs()</a>
</li>
<li id="parseArguments">
<a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/parseArguments.html">parseArguments()</a>
</li>
Expand All @@ -122,6 +131,9 @@ <h4>public</h4>
<li id="run">
<a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/run.html">run()</a>
</li>
<li id="version">
<a title="Akamai\Open\EdgeGrid\Cli" href="../classes/Akamai_Open_EdgeGrid_Cli/version.html">version()</a>
</li>
</ul>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Akamai_Open_EdgeGrid_Cli/__construct.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/3 Lines (0%)</li>
<li>Coverage: 0/2 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/Akamai_Open_EdgeGrid_Cli/executeCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<a href="#tests">Tests</a>
</li>
<li>
<a href="../../source/Cli.php.html#line88">Source</a>
<a href="../../source/Cli.php.html#line84">Source</a>
</li>
</ul>
</nav>
Expand All @@ -73,7 +73,7 @@ <h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/69 Lines (0%)</li>
<li>Coverage: 0/108 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
Expand Down
98 changes: 98 additions & 0 deletions docs/classes/Akamai_Open_EdgeGrid_Cli/getArgValue.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:pu="http://schema.phpunit.de/coverage/1.0" lang="en">
<head>
<title>phpDox - Test Method</title>
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>
<nav class="topnav">
<ul>
<li>
<div class="logo"><span>/**</span>phpDox</div>
</li>
<li class="separator">
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../namespaces.html">Namespaces</a>
</li>
<li>
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../source/index.html">Source</a>
</li>
</ul>
</nav>
<div id="mainstage">
<div class="box">
<ul class="breadcrumb">
<li>
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../classes.html#Akamai_Open_EdgeGrid">Akamai\Open\EdgeGrid</a>
</li>
<li class="separator">
<a title="Akamai\Open\EdgeGrid\Cli" href="../../classes/Akamai_Open_EdgeGrid_Cli.html">Cli</a>
</li>
<li class="separator">getArgValue</li>
</ul>
</div>
<nav class="box">
<ul>
<li>
<a href="#introduction">Introduction</a>
</li>
<li>
<a href="#synopsis">Synopsis</a>
</li>
<li>
<a href="#parameter">Parameter</a>
</li>
<li>
<a href="#tests">Tests</a>
</li>
<li>
<a href="../../source/Cli.php.html#line312">Source</a>
</li>
</ul>
</nav>
<section>
<h1><small>Akamai\Open\EdgeGrid\Cli::</small>getArgValue</h1>
<h4/>
<p/>
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>protected function getArgValue(
$matches )
</code>
</div>
<h2 id="parameterlist">Parameters</h2>
<dl class="styled">
<dt><code>$matches</code>
</dt>
<dd/>
</dl>
<h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/8 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
</div>
</section>
</div>
<footer>
<span>Generated using phpDox 0.8.2-dev - Copyright (C) 2010 - 2015 by Arne Blankerts</span>
</footer>
</body>
</html>
96 changes: 96 additions & 0 deletions docs/classes/Akamai_Open_EdgeGrid_Cli/getNamedArgs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:pu="http://schema.phpunit.de/coverage/1.0" lang="en">
<head>
<title>phpDox - Test Method</title>
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>
<nav class="topnav">
<ul>
<li>
<div class="logo"><span>/**</span>phpDox</div>
</li>
<li class="separator">
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../namespaces.html">Namespaces</a>
</li>
<li>
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../source/index.html">Source</a>
</li>
</ul>
</nav>
<div id="mainstage">
<div class="box">
<ul class="breadcrumb">
<li>
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../classes.html#Akamai_Open_EdgeGrid">Akamai\Open\EdgeGrid</a>
</li>
<li class="separator">
<a title="Akamai\Open\EdgeGrid\Cli" href="../../classes/Akamai_Open_EdgeGrid_Cli.html">Cli</a>
</li>
<li class="separator">getNamedArgs</li>
</ul>
</div>
<nav class="box">
<ul>
<li>
<a href="#introduction">Introduction</a>
</li>
<li>
<a href="#synopsis">Synopsis</a>
</li>
<li>
<a href="#return">Return</a>
</li>
<li>
<a href="#tests">Tests</a>
</li>
<li>
<a href="../../source/Cli.php.html#line261">Source</a>
</li>
</ul>
</nav>
<section>
<h1><small>Akamai\Open\EdgeGrid\Cli::</small>getNamedArgs</h1>
<h4/>
<p/>
<ul/>
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>protected function getNamedArgs()
</code>
</div>
<h2 id="return">Returns</h2>
<dl class="styled">
<dt>array</dt>
<dd/>
</dl>
<h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/27 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
</div>
</section>
</div>
<footer>
<span>Generated using phpDox 0.8.2-dev - Copyright (C) 2010 - 2015 by Arne Blankerts</span>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/classes/Akamai_Open_EdgeGrid_Cli/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<a href="#tests">Tests</a>
</li>
<li>
<a href="../../source/Cli.php.html#line190">Source</a>
<a href="../../source/Cli.php.html#line244">Source</a>
</li>
</ul>
</nav>
Expand All @@ -73,7 +73,7 @@ <h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/2 Lines (0%)</li>
<li>Coverage: 0/5 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Akamai_Open_EdgeGrid_Cli/parseArguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/30 Lines (0%)</li>
<li>Coverage: 0/26 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/Akamai_Open_EdgeGrid_Cli/run.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<a href="#tests">Tests</a>
</li>
<li>
<a href="../../source/Cli.php.html#line36">Source</a>
<a href="../../source/Cli.php.html#line35">Source</a>
</li>
</ul>
</nav>
Expand All @@ -73,7 +73,7 @@ <h2 id="tests">Test Coverage</h2>
<div class="styled">
<h3>Information</h3>
<ul class="styled">
<li>Coverage: 0/3 Lines (0%)</li>
<li>Coverage: 0/4 Lines (0%)</li>
<li>Tests: 0</li>
<li>Passed: 0 (0%)</li>
</ul>
Expand Down
Loading

0 comments on commit 86de3e4

Please sign in to comment.