Encore\Admin\Tree::__construct PHP Метод

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

public __construct ( Model $model = null )
$model Illuminate\Database\Eloquent\Model
    public function __construct(Model $model = null)
    {
        $this->model = $model;
        $this->path = app('router')->current()->getPath();
        $this->elementId .= uniqid();
    }