3  * <tasks:unixeol> - read/write version
 
   9  * @author    Greg Beaver <cellog@php.net>
 
  10  * @copyright 1997-2009 The Authors
 
  11  * @license   http://opensource.org/licenses/bsd-license.php New BSD License
 
  12  * @link      http://pear.php.net/package/PEAR
 
  13  * @since     File available since Release 1.4.0a10
 
  18 require_once 'PEAR/Task/Unixeol.php';
 
  20  * Abstracts the unixeol task xml.
 
  23  * @author     Greg Beaver <cellog@php.net>
 
  24  * @copyright  1997-2009 The Authors
 
  25  * @license    http://opensource.org/licenses/bsd-license.php New BSD License
 
  26  * @version    Release: 1.10.1
 
  27  * @link       http://pear.php.net/package/PEAR
 
  28  * @since      Class available since Release 1.4.0a10
 
  30 class PEAR_Task_Unixeol_rw extends PEAR_Task_Unixeol
 
  32     function __construct(&$pkg, &$config, &$logger, $fileXml)
 
  34         parent::__construct($config, $logger, PEAR_TASK_PACKAGE);
 
  35         $this->_contents = $fileXml;
 
  37         $this->_params = array();
 
  40     public function validate()
 
  45     public function getName()
 
  50     public function getXml()