\Kendo\UI\FileManagerViewsTree
A PHP class representing the tree setting of FileManagerViews.
Methods
template
Template for rendering each node.
Returns
\Kendo\UI\FileManagerViewsTree
Parameters
$value string
Example
<?php
$tree = new \Kendo\UI\FileManagerViewsTree();
$tree->template('value');
?>