Overview

Packages

  • Agora
  • None

Classes

  • Agora_Application
  • Agora_Block_Forums
  • Agora_Block_Thread
  • Agora_Block_Threads
  • Agora_Tree_Flat
  • Agora_ViewComments

Functions

  • handle_avatarselect
  • Overview
  • Package
  • Class
  • Tree

Class Agora_Tree_Flat

The Agora_Tree_Flat:: class extends the Horde_Tree_Base class to provide agora flat threded view.

Copyright 2005-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Tree_Base
Extended by Agora_Tree_Flat
Author: Ben Chavet ben@horde.org
Author: Duck duck@obala.net
Located at Tree/Flat.php
Methods summary
public
# __construct( mixed $tree_name, array $params = array() )

Constructor.

Constructor.

public string
# getTree( mixed $static = false )

Returns the tree.

Returns the tree.

Returns

string
The HTML code of the rendered tree.
public boolean
# isSupported( )

Checks the current environment to see if we can render the HTML tree. HTML is always renderable, at least until we add a php-gtk tree backend, in which case this implementation will actually need a body.

Checks the current environment to see if we can render the HTML tree. HTML is always renderable, at least until we add a php-gtk tree backend, in which case this implementation will actually need a body.

Returns

boolean
Whether or not this Tree:: backend will function.
public
# renderNodeDefinitions( )

Returns just the JS node definitions as a string. This is a no-op for the select renderer.

Returns just the JS node definitions as a string. This is a no-op for the select renderer.

public
# addNodeParams( string $id, array $params = array() )

Adds additional parameters to a node.

Adds additional parameters to a node.

Parameters

$id
The unique node id.
$params
Any other parameters to set. selected -- Whether this node is selected
Properties summary
public array $_nodes

TODO

TODO

# array()
API documentation generated by ApiGen