You are here

protected function TypeProcessor::setStyle in Opigno module 8

Same name and namespace in other branches
  1. 3.x ActivityTypes/opigno_h5p/src/TypeProcessors/TypeProcessor.php \Drupal\opigno_h5p\TypeProcessors\TypeProcessor::setStyle()

Set style used by the processor.

Parameters

string $style: Path to style.

6 calls to TypeProcessor::setStyle()
ChoiceProcessor::generateHTML in ActivityTypes/opigno_h5p/src/TypeProcessors/ChoiceProcessor.php
Determines options for interaction, generates a human readable HTML report.
CompoundProcessor::generateHTML in ActivityTypes/opigno_h5p/src/TypeProcessors/CompoundProcessor.php
Determines options for interaction, generates a human readable HTML report.
FillInProcessor::generateHTML in ActivityTypes/opigno_h5p/src/TypeProcessors/FillInProcessor.php
Options for interaction and generates a human readable HTML report.
LongChoiceProcessor::generateHTML in ActivityTypes/opigno_h5p/src/TypeProcessors/LongChoiceProcessor.php
Options for interaction and generates a human readable HTML report.
MatchingProcessor::generateHTML in ActivityTypes/opigno_h5p/src/TypeProcessors/MatchingProcessor.php
Processes xAPI data and returns a human readable HTML report.

... See full list

File

ActivityTypes/opigno_h5p/src/TypeProcessors/TypeProcessor.php, line 211

Class

TypeProcessor
Class TypeProcessor.

Namespace

Drupal\opigno_h5p\TypeProcessors

Code

protected function setStyle($style) {
  $this->style = $style;
}