Class for rendering email message.
string
'email'
\Cake\View\ViewBuilder|null
The view builder instance being used.
__clone()
Clone ViewBuilder instance when renderer is cloned.
__construct()
Constructor
createView(?string $viewClass)
Constructs the view class instance based on the current configuration.
string|null
$viewClass optional Optional namespaced class name of the View class to instantiate.
\Cake\View\View
Cake\View\Exception\MissingViewException
render(string $content, array $types)
Render text/HTML content.
If there is no template set, the $content will be returned in a hash of the specified content types for the email.
string
$content The content.
string[]
$types optional Content types to render. Valid array values are Message::MESSAGE_HTML, Message::MESSAGE_TEXT.
array
The rendered content with "html" and/or "text" keys.
reset()
Reset view builder to defaults.
$this
set(mixed $name, mixed $value)
Saves a variable or an associative array of variables for use inside a template.
string|array
$name A string or an array of data.
mixed
$value optional Value in case $name is a string (which then works as the key). Unused if $name is an associative array, otherwise serves as the values to $name's keys.
$this
viewBuilder()
Get the view builder being used.
\Cake\View\ViewBuilder
The view builder instance being used.
\Cake\View\ViewBuilder|null
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/class-Cake.Mailer.Renderer.html