Inheritance diagram for Legacy_AbstractBlockProcedure:
Public Member Functions | |
prepare () | |
getRenderSystemName () | |
& | _createRenderBuffer () |
getId () | |
getName () | |
isEnableCache () | |
getCacheTime () | |
getTitle () | |
getEntryIndex () | |
getWeight () | |
isDisplay () |
Legacy_AbstractBlockProcedure::prepare | ( | ) |
Preparation. If it's in exception case, returns false.
Reimplemented in Legacy_BlockProcedure.
Legacy_AbstractBlockProcedure::getRenderSystemName | ( | ) |
Gets a name of the dependence render-system.
& 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 | ( | ) |
Legacy_AbstractBlockProcedure::getName | ( | ) |
Legacy_AbstractBlockProcedure::isEnableCache | ( | ) |
Gets a value indicating whether the block can be cached.
Legacy_AbstractBlockProcedure::getCacheTime | ( | ) |
Legacy_AbstractBlockProcedure::getTitle | ( | ) |
Legacy_AbstractBlockProcedure::getEntryIndex | ( | ) |
Legacy_AbstractBlockProcedure::getWeight | ( | ) |
Legacy_AbstractBlockProcedure::isDisplay | ( | ) |
Gets a value indicating whether this block nees to display its content.
Reimplemented in Legacy_BlockProcedureAdapter.