FOF30\Factory\FactoryInterface::viewFinder PHP Méthode

viewFinder() public méthode

Creates a view template finder object for a specific View
public viewFinder ( View $view, array $config = [] ) : mixed
$view FOF30\View\View The view this view template finder will be attached to
$config array Configuration variables for the object
Résultat mixed
    function viewFinder(View $view, array $config = array());