[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/types/ -> Mapper.php (sommaire)

(pas de description)

Poids: 207 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Mapper:: (11 méthodes):
  __construct()
  setClasspath()
  createClasspath()
  setClasspathRef()
  setType()
  setClassname()
  setFrom()
  setTo()
  setRefid()
  getImplementation()
  getRef()


Classe: Mapper  - X-Ref

Filename Mapper maps source file name(s) to target file name(s).

Built-in mappers can be accessed by specifying they "type" attribute:
<code>
<mapper type="glob" from="*.php" to="*.php.bak"/>
</code>
Custom mappers can be specified by providing a dot-path to a include_path-relative
class:
<code>
<mapper classname="myapp.mappers.DevToProdMapper" from="*.php" to="*.php"/>
<!-- maps all PHP files from development server to production server, for example -->
</code>

__construct(Project $project)   X-Ref
Pas de description

setClasspath(Path $classpath)   X-Ref
Set the classpath to be used when searching for component being defined

param: Path $classpath An Path object containing the classpath.

createClasspath()   X-Ref
Create the classpath to be used when searching for component being defined


setClasspathRef(Reference $r)   X-Ref
Reference to a classpath to use when loading the files.


setType($type)   X-Ref
Pas de description

setClassname($classname)   X-Ref
Pas de description

setFrom($from)   X-Ref
Set the argument to FileNameMapper.setFrom


setTo($to)   X-Ref
Set the argument to FileNameMapper.setTo


setRefid($r)   X-Ref
Make this Mapper instance a reference to another Mapper.

You must not set any other attribute if you make it a reference.

getImplementation()   X-Ref
Pas de description

getRef()   X-Ref
Pas de description



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7