function __construct($fileLocations, $priorityOrder, $theme)
 {
     parent::__construct(array(), $theme);
     $this->fileLocations = $fileLocations;
     $this->priorityOrder = $priorityOrder;
 }