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

Source for file selection.php

Documentation is available at selection.php

  1. <?php
  2. /**
  3.  * A Selection is an anonymous Group meant for manipulating modules.
  4.  *
  5.  * @package Elastic
  6.  * @author Daryl Koopersmith
  7.  */
  8. class Selection extends Group {
  9.     
  10.     function __construct$children {
  11.         parent::__constructNULL$children );
  12.     }
  13.     
  14.     /**
  15.      * Override run. Selections cannot be rendered.
  16.      *
  17.      * @return void 
  18.      * @author Daryl Koopersmith
  19.      */
  20.     function run({
  21.         die("Selections cannot be rendered.");
  22.     }
  23. }
  24.  
  25. ?>

Documentation generated on Sat, 24 Oct 2009 17:17:46 -0500 by phpDocumentor 1.4.3