FOF30\Factory\FactoryInterface::viewFinder PHP Метод

viewFinder() публичный Метод

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
Результат mixed
    function viewFinder(View $view, array $config = array());