Overview

Packages

  • Auth
  • Config
  • Controller
  • Date
  • Db
  • Feed
    • Abstract
    • Writers
  • File
    • Decorator
  • Form
    • Element
  • Image
  • Log
    • Writer
  • Net
    • Exception
  • None
  • PHP
  • PHPMailer
  • Session
  • Util
  • Validate
    • Validator
  • Zend
    • Registry

Classes

  • Feed_Writers_Atom
  • Feed_Writers_Rss

Interfaces

  • Feed_Writers_Interface
  • Overview
  • Package
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Pry Framework
 4:  *
 5:  * LICENSE
 6:  *
 7:  * This source file is subject to the new BSD license that is bundled
 8:  * with this package in the file LICENSE.txt.
 9:  * 
10:  * @version $Revision: 276 $
11:  */
12: 
13: /**
14:  * Writer de flux au format RSS.
15:  * @category Pry
16:  * @package Feed
17:  * @subpackage Feed_Writers
18:  * @version 1.0.0
19:  * @author Olivier ROGER <oroger.fr>
20:  *       
21:  */
22: interface Feed_Writers_Interface
23: {
24:     /**
25:      * Finalise le flux et le retourne dans un fichier ou sous forme de chaine.
26:      * Retourne le nombre de byte écrit si utilisation de fichier
27:      * @return string|int
28:      */
29:     public function finalize();
30: }
31:  ?>
Pry Framework API documentation generated by ApiGen 2.6.1