XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct (&$block) | |
prepare () | |
getId () | |
getName () | |
isEnableCache () | |
getCacheTime () | |
getTitle () | |
getTemplate () | |
getEntryIndex () | |
getWeight () | |
_hasVisibleOptionForm () | |
getOptionForm () | |
![]() | |
& | getRenderTarget () |
getRenderSystemName () | |
& | _createRenderTarget () |
isDisplay () | |
& | createCacheInfo () |
execute () | |
Data Fields | |
$_mBlock = null | |
$mRender = null | |
![]() | |
$mRender = null | |
This class extends the base class to exchange of information with the controller. And, it has a XoopsBlock instance, and some public methods for the public side and the control panel side.
Definition at line 165 of file Legacy_BlockProcedure.class.php.
__construct | ( | & | $block | ) |
Definition at line 177 of file Legacy_BlockProcedure.class.php.
_hasVisibleOptionForm | ( | ) |
@breaf [Secret Agreement] Gets a value indicating whether the option form of this block needs the row to display the form.
Reimplemented in Legacy_BlockProcedureAdapter.
Definition at line 233 of file Legacy_BlockProcedure.class.php.
getCacheTime | ( | ) |
Return cache time
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 202 of file Legacy_BlockProcedure.class.php.
getEntryIndex | ( | ) |
Gets a column index of this block.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 218 of file Legacy_BlockProcedure.class.php.
getId | ( | ) |
Gets the ID number.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 187 of file Legacy_BlockProcedure.class.php.
getName | ( | ) |
Gets the name of this block.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 192 of file Legacy_BlockProcedure.class.php.
getOptionForm | ( | ) |
Gets rendered HTML buffer for the option form of the control panel.
Reimplemented in Legacy_BlockProcedureAdapter, and Stdcache_CacheclearBlock.
Definition at line 242 of file Legacy_BlockProcedure.class.php.
getTemplate | ( | ) |
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 213 of file Legacy_BlockProcedure.class.php.
getTitle | ( | ) |
Gets a title of this block.
Reimplemented from Legacy_AbstractBlockProcedure.
Reimplemented in Message_Block.
Definition at line 207 of file Legacy_BlockProcedure.class.php.
getWeight | ( | ) |
Gets a weight of this block.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 223 of file Legacy_BlockProcedure.class.php.
isEnableCache | ( | ) |
Gets a value indicating whether the block can be cached.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 197 of file Legacy_BlockProcedure.class.php.
prepare | ( | ) |
Preparation. If it's in exception case, returns false.
Reimplemented from Legacy_AbstractBlockProcedure.
Reimplemented in Message_Block, and Stdcache_CacheclearBlock.
Definition at line 182 of file Legacy_BlockProcedure.class.php.
$_mBlock = null |
Definition at line 170 of file Legacy_BlockProcedure.class.php.
$mRender = null |
Definition at line 175 of file Legacy_BlockProcedure.class.php.