skeeks\cms\controllers\AdminTreeController::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->name = "Дерево страниц";
        $this->modelShowAttribute = "name";
        $this->modelClassName = Tree::className();
        parent::init();
    }