Lines Matching refs:format
27 * @var string the format (xhtml, ...)
29 private string $format;
40 public function __construct($format)
42 $this->format = $format;
43 $renderer = p_get_renderer($format);
45 throw new ExceptionNotFound("No renderer was found for the format $format");
59 public static function create($format): MarkupDynamicRender
69 return new MarkupDynamicRender($format);
107 // $data = array($this->format, & $this->renderer->doc);
125 return "Dynamic $this->format renderer";