Legacy_AbstractBlockProcedure Class Reference

Inherited by Legacy_AdminActionSearch, Legacy_AdminSideMenu, and Legacy_BlockProcedure.

Inheritance diagram for Legacy_AbstractBlockProcedure:

[legend]
List of all members.

Public Member Functions

 prepare ()
 getRenderSystemName ()
_createRenderBuffer ()
 getId ()
 getName ()
 isEnableCache ()
 getCacheTime ()
 getTitle ()
 getEntryIndex ()
 getWeight ()
 isDisplay ()

Detailed Description

The class for blocks which has interfaces to exchange informations with the controller. The sub-class must implement these interfaces with helper functions, to be called back by the controller.


Member Function Documentation

Legacy_AbstractBlockProcedure::prepare (  ) 

Preparation. If it's in exception case, returns false.

Returns:
bool

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::getRenderSystemName (  ) 

Gets a name of the dependence render-system.

Returns:
string

& Legacy_AbstractBlockProcedure::_createRenderBuffer (  ) 

Creates a instance of the render buffer, and set it to the property. This is a helper function for sub-classes. protected

Legacy_AbstractBlockProcedure::getId (  ) 

Gets a number as ID.

Returns:
int

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::getName (  ) 

Gets a name of this block.

Returns:
string

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::isEnableCache (  ) 

Gets a value indicating whether the block can be cached.

Returns:
bool

Legacy_AbstractBlockProcedure::getCacheTime (  ) 

Return cache time

Returns:
int

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::getTitle (  ) 

Gets a title of this block.

Returns:
string

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::getEntryIndex (  ) 

Gets a column index of this block.

Returns:
int

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::getWeight (  ) 

Gets a weight of this block.

Returns:
int

Reimplemented in Legacy_BlockProcedure.

Legacy_AbstractBlockProcedure::isDisplay (  ) 

Gets a value indicating whether this block nees to display its content.

Returns:
bool

Reimplemented in Legacy_BlockProcedureAdapter.


The documentation for this class was generated from the following file:
Generated on Thu Nov 2 00:27:10 2006 for XOOPS Cube Legacy by  doxygen 1.5.1