Lines Matching refs:instructions
10 * Setting the mime to instructions will just not do any render processing.
11 * Just parse tree/instructions processing if needed
20 * @var string source of the renderer is a markup (and not instructions)
24 * @var array source of the rendere is instructions
43 * @var ?Path the path from where the instructions/markup where created
76 public static function createFromMarkupInstructions($instructions, FetcherMarkup $fetcherMarkup): MarkupRenderer
79 ->setInstructions($instructions)
84 public static function createFromInstructions($instructions): MarkupRenderer
86 return (new MarkupRenderer())->setInstructions($instructions);
114 * Get the instructions adapted from {@link p_cached_instructions()}
125 * The best way to manipulate the instructions is not before but after
164 private function setInstructions(array $instructions): MarkupRenderer
166 $this->instructionsSource = $instructions;