Modification affichage et préparation ajout complément textuel pour la documentation
This commit is contained in:
parent
6225ef9ced
commit
543c1aa258
8
application/views/helpers/DocComplement.php
Normal file
8
application/views/helpers/DocComplement.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
class Zend_View_Helper_DocComplement extends Zend_View_Helper_Abstract
|
||||||
|
{
|
||||||
|
public function docComplement($method)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
@ -42,13 +42,17 @@ Exemple : <?=$this->docExemple('authentication')?>
|
|||||||
<div class="function">
|
<div class="function">
|
||||||
|
|
||||||
<a name="<?=$method['name']?>"> </a>
|
<a name="<?=$method['name']?>"> </a>
|
||||||
<p><?=$this->docMethod($method)?></p>
|
<h2><?=$method['name']?></h2>
|
||||||
|
|
||||||
<div class="function-detail">
|
|
||||||
|
|
||||||
<div><u>Description : </u></div>
|
<div><u>Description : </u></div>
|
||||||
<div class="description"><?=$this->docDescription($method)?></div>
|
<div class="description"><?=$this->docDescription($method)?></div>
|
||||||
|
|
||||||
|
<div class="complement"><?=$this->docComplement($method)?></div>
|
||||||
|
|
||||||
|
<div class="function-detail" id="<?=$method['name']?>">
|
||||||
|
|
||||||
|
<p><?=$this->docMethod($method)?></p>
|
||||||
|
|
||||||
<div><u>Paramètres : </u></div>
|
<div><u>Paramètres : </u></div>
|
||||||
<div class="parameters"><?=$this->docParameter($method['params'], $this->serviceTypes)?></div>
|
<div class="parameters"><?=$this->docParameter($method['params'], $this->serviceTypes)?></div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user