| 1 | <?php  | 
            ||
| 9 | class CoreFeature extends FeatureAbstract  | 
            ||
| 10 | { | 
            ||
| 11 | |||
| 12 | /**  | 
            ||
| 13 | * @param string $name A unique name for this feature.  | 
            ||
| 14 | * @param string|null $configString For the format definition see RolloutableInterface::configureByConfigString()  | 
            ||
| 15 | */  | 
            ||
| 16 | public function __construct($name, $configString = null)  | 
            ||
| 24 | }  |