Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 284 Bytes

File metadata and controls

16 lines (11 loc) · 284 Bytes
description The View service is responsible for rendering templates.

View

The View service is loaded using the Factory:

use Nails\Common\Service\View;
use Nails\Factory;

/** @var View $oView */
$oView = Factory::service('View');