TODO: - merge this with patternsets: FileSet extends PatternSet !!! requires additional mods to the parsing algo [HL] .... not sure if that really makes so much sense. I think that perhaps they should use common utility class if there really is that much shared functionality
See also: ProjectComponent
Author: Andreas Aderhold (andi@binarycloud.com)
Author: Hans Lellelid (hans@xmpl.org)
Inheritance: extends DataType, implements SelectorContainer
Esempio n. 1
0
 public function __construct($dirset = null)
 {
     parent::__construct($dirset);
 }
Esempio n. 2
0
 function __construct($fileset = null)
 {
     parent::__construct($fileset);
 }