Definition at line 34 of file EstimatedReadingTime.php.
 
◆ __construct()
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::__construct  | 
          ( | 
          bool  | 
          $withImages | ) | 
           | 
        
      
 
 
◆ addErrors()
  
  
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::addErrors  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ beginXmlLogging()
  
  
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::beginXmlLogging  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ calculateWordsForImages()
  
  
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::calculateWordsForImages  | 
          ( | 
          int  | 
          $numberOfImages | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ endXmlLogging()
  
  
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::endXmlLogging  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ transform()
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::transform  | 
          ( | 
            | 
          $from | ) | 
           | 
        
      
 
 
◆ xmlErrorsOccurred()
  
  
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::xmlErrorsOccurred  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ xmlErrorsToString()
  
  
      
        
          | ILIAS\Refinery\String\EstimatedReadingTime::xmlErrorsToString  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Definition at line 165 of file EstimatedReadingTime.php.
References ILIAS\$error, and $text.
  168         foreach ($this->xmlErrors as 
$error) {
   169             $text .= implode(
',', [
   170                 'level=' . $error->level,
   171                 'code=' . $error->code,
   172                 'line=' . $error->line,
   173                 'col=' . $error->column,
   174                 'msg=' . trim($error->message)
 
 
 
 
◆ $withImages
  
  
      
        
          | bool ILIAS\Refinery\String\EstimatedReadingTime::$withImages | 
         
       
   | 
  
private   | 
  
 
 
◆ $wordsPerMinute
  
  
      
        
          | int ILIAS\Refinery\String\EstimatedReadingTime::$wordsPerMinute = 275 | 
         
       
   | 
  
private   | 
  
 
 
◆ $xmlErrors
  
  
      
        
          | array ILIAS\Refinery\String\EstimatedReadingTime::$xmlErrors = [] | 
         
       
   | 
  
private   | 
  
 
 
◆ $xmlErrorState
  
  
      
        
          | bool ILIAS\Refinery\String\EstimatedReadingTime::$xmlErrorState = false | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: