View.php
system/View/View.php
1 class
18 methods
class View
Class View
__construct
(ViewConfig $config, ?string $viewPath = null, ?FileLocatorInterface $loader = null, ?bool $debug = null, ?LoggerInterface $logger = null, )
render
(string $view, ?array $options = null, ?bool $saveData = null)
string
()
renderString
(string $view, ?array $options = null, ?bool $saveData = null)
string
(string $view)
excerpt
(string $string, int $length = 20)
setData
(array $data = [], ?string $context = null)
setVar
(string $name, $value = null, ?string $context = null)
resetData
()
getData
()
extend
(string $layout)
section
(string $name)
endSection
()
renderSection
(string $sectionName, bool $saveData = false)
string
(string $view, ?array $options = null, $saveData = true)
getPerformanceData
()
logPerformance
(float $start, float $end, string $view)
prepareTemplateData
(bool $saveData)