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

Class: PHP_ParserGenerator_PropagationLink

Source Location: /PHP_ParserGenerator-0.1.7/ParserGenerator/PropagationLink.php

Class Overview


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


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2006 Gregory Beaver

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

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


[ Top ]


Class Variables

$cfp =

[line 71]

The configuration that defines this propagation link
  • Access: public



[ Top ]

$next =  0

[line 77]

The next propagation link
  • Access: public



[ Top ]



Method Detail

Plink_add   [line 89]

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 ]

Plink_copy   [line 100]

void Plink_copy( PHP_ParserGenerator_PropagationLink &$to, PHP_ParserGenerator_PropagationLink $from)

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

Parameters:


[ Top ]

Plink_delete   [line 117]

void Plink_delete( PHP_ParserGenerator_PropagationLink|0 $plp)

Delete every propagation link on the list

Parameters:


[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:41:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.