Update API documentation
This commit is contained in:
parent
32cdeb7d48
commit
52cd1bc8d8
14 changed files with 168 additions and 37 deletions
|
|
@ -101,7 +101,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method___destruct">
|
||||
<div class="location">at line 48</div>
|
||||
<div class="location">at line 52</div>
|
||||
<code> public
|
||||
<strong>__destruct</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_load">
|
||||
<div class="location">at line 61</div>
|
||||
<div class="location">at line 65</div>
|
||||
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a>
|
||||
<strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
|
||||
</h3>
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_load">
|
||||
<div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 61</div>
|
||||
<div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 65</div>
|
||||
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a>
|
||||
<strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
|
||||
</h3>
|
||||
|
|
|
|||
115
docs/source/API/API/FFMpeg/FFMpegServiceProvider.html
Normal file
115
docs/source/API/API/FFMpeg/FFMpegServiceProvider.html
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="robots" content="index, follow, all" />
|
||||
<title>FFMpeg\FFMpegServiceProvider | PHP-FFMpeg API</title>
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheet.css">
|
||||
</head>
|
||||
<body id="class">
|
||||
<div class="header">
|
||||
<ul>
|
||||
<li><a href="../classes.html">Classes</a></li>
|
||||
<li><a href="../namespaces.html">Namespaces</a></li>
|
||||
<li><a href="../interfaces.html">Interfaces</a></li>
|
||||
<li><a href="../doc-index.html">Index</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="title">PHP-FFMpeg API</div>
|
||||
|
||||
<div class="type">Class</div>
|
||||
<h1><a href="../FFMpeg.html">FFMpeg</a>\FFMpegServiceProvider</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>class <strong>FFMpegServiceProvider</strong> implements
|
||||
<abbr title="Silex\ServiceProviderInterface">ServiceProviderInterface</abbr></p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Methods</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_register">register</a>(<abbr title="Silex\Application">Application</abbr> $app)
|
||||
<p></p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">
|
||||
|
||||
</td>
|
||||
<td class="last">
|
||||
<a href="#method_boot">boot</a>(<abbr title="Silex\Application">Application</abbr> $app)
|
||||
<p></p>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>Details</h2>
|
||||
|
||||
<h3 id="method_register">
|
||||
<div class="location">at line 15</div>
|
||||
<code> public
|
||||
<strong>register</strong>(<abbr title="Silex\Application">Application</abbr> $app)</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
<h4>Parameters</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><abbr title="Silex\Application">Application</abbr></td>
|
||||
<td>$app</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 id="method_boot">
|
||||
<div class="location">at line 43</div>
|
||||
<code> public
|
||||
<strong>boot</strong>(<abbr title="Silex\Application">Application</abbr> $app)</code>
|
||||
</h3>
|
||||
<div class="details">
|
||||
<p></p>
|
||||
<p></p>
|
||||
<div class="tags">
|
||||
<h4>Parameters</h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><abbr title="Silex\Application">Application</abbr></td>
|
||||
<td>$app</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method___destruct">
|
||||
<div class="location">in <a href="../FFMpeg/Binary.html#method___destruct"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 48</div>
|
||||
<div class="location">in <a href="../FFMpeg/Binary.html#method___destruct"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 52</div>
|
||||
<code> public
|
||||
<strong>__destruct</strong>()</code>
|
||||
</h3>
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
</div>
|
||||
|
||||
<h3 id="method_load">
|
||||
<div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 61</div>
|
||||
<div class="location">in <a href="../FFMpeg/Binary.html#method_load"><abbr title="FFMpeg\Binary">Binary</abbr></a> at line 65</div>
|
||||
<code> static public <a href="../FFMpeg/Binary.html"><abbr title="FFMpeg\Binary">Binary</abbr></a>
|
||||
<strong>load</strong>(<abbr title="Monolog\Logger">Logger</abbr> $logger)</code>
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue