Source for file rw.php
Documentation is available at rw.php
* <tasks:replace> - read/write version
* @author Greg Beaver <cellog@php.net>
* @copyright 1997-2009 The Authors
* @license http://opensource.org/licenses/bsd-license.php New BSD License
* @version CVS: $Id: rw.php 313023 2011-07-06 19:17:11Z dufuz $
* @link http://pear.php.net/package/PEAR
* @since File available since Release 1.4.0a10
require_once 'PEAR/Task/Replace.php';
* Abstracts the replace task xml.
* @author Greg Beaver <cellog@php.net>
* @copyright 1997-2009 The Authors
* @license http://opensource.org/licenses/bsd-license.php New BSD License
* @version Release: 1.9.4
* @link http://pear.php.net/package/PEAR
* @since Class available since Release 1.4.0a10
$this->_contents = $fileXml;
$this->_params = array ();
return $this->validateXml($this->_pkg, $this->_params, $this->config, $this->_contents);
function setInfo($from, $to, $type)
$this->_params = array ('attribs' => array ('from' => $from, 'to' => $to, 'type' => $type));
Documentation generated on Wed, 06 Jul 2011 23:31:24 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|