phpDocumentor PHP_ParserGenerator
[ class tree: PHP_ParserGenerator ] [ index: PHP_ParserGenerator ] [ all elements ]

Class: PHP_ParserGenerator_PropagationLink

Source Location: /ParserGenerator/PropagationLink.php

Class PHP_ParserGenerator_PropagationLink

Class Overview

A followset propagation link indicates that the contents of one configuration followset should be propagated to another whenever the first changes.

Located in /ParserGenerator/PropagationLink.php [line 61]



		
				Author(s):
		
		
		
Information Tags:
Since:  Class available since Release 0.1.0
Version:  @package_version@
License:  New BSD License
Copyright:  2006 Gregory Beaver

Properties

Methods

[ Top ]
Property Summary
PHP_ParserGenerator_Config   $cfp   The configuration that defines this propagation link
PHP_ParserGenerator_PropagationLink|0   $next   The next propagation link

[ Top ]
Method Summary
static void   Plink_add()   Add a propagation link to the current list
static void   Plink_copy()   Transfer every propagation link on the list "from" to the list "to"
static void   Plink_delete()   Delete every propagation link on the list

[ Top ]
Properties
PHP_ParserGenerator_Config   $cfp [line 66]

The configuration that defines this propagation link

API Tags:
Access:  public


[ Top ]
PHP_ParserGenerator_PropagationLink|0   $next = 0 [line 71]

The next propagation link

API Tags:
Access:  public


[ Top ]
Methods
static method Plink_add  [line 82]

  static void Plink_add( PHP_ParserGenerator_PropagationLink|null &$plpp, PHP_ParserGenerator_Config $cfp  )

Add a propagation link to the current list

This prepends the configuration passed in to the first parameter which is either 0 or a PHP_ParserGenerator_PropagationLink defining an existing list.

Parameters:
PHP_ParserGenerator_PropagationLink|null   &$plpp: 
PHP_ParserGenerator_Config   $cfp: 


[ Top ]
static method Plink_copy  [line 93]

Transfer every propagation link on the list "from" to the list "to"

Parameters:
PHP_ParserGenerator_PropagationLink   &$to: 
PHP_ParserGenerator_PropagationLink   $from: 


[ Top ]
static method Plink_delete  [line 108]

  static void Plink_delete( PHP_ParserGenerator_PropagationLink|0 $plp  )

Delete every propagation link on the list

Parameters:
PHP_ParserGenerator_PropagationLink|0   $plp: 


[ Top ]

Documentation generated on Sun, 02 Jul 2006 09:11:11 -0400 by phpDocumentor 1.3.0