|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| execute () | |
| isDisplay () | |
| _hasVisibleOptionForm () | |
| getOptionForm () | |
Public Member Functions inherited from Legacy_BlockProcedure | |
| __construct (&$block) | |
| prepare () | |
| getId () | |
| getName () | |
| isEnableCache () | |
| getCacheTime () | |
| getTitle () | |
| getTemplate () | |
| getEntryIndex () | |
| getWeight () | |
Public Member Functions inherited from Legacy_AbstractBlockProcedure | |
| & | getRenderTarget () |
| getRenderSystemName () | |
| & | _createRenderTarget () |
| & | createCacheInfo () |
Data Fields | |
| $_mDisplayFlag = true | |
Data Fields inherited from Legacy_BlockProcedure | |
| $_mBlock = null | |
| $mRender = null | |
Data Fields inherited from Legacy_AbstractBlockProcedure | |
| $mRender = null | |
The adapter class for XoopsBlock objects of XOOPS2 JP.
Definition at line 252 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 from Legacy_BlockProcedure.
Definition at line 290 of file Legacy_BlockProcedure.class.php.
| execute | ( | ) |
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 256 of file Legacy_BlockProcedure.class.php.
| getOptionForm | ( | ) |
Gets rendered HTML buffer for the option form of the control panel.
Reimplemented from Legacy_BlockProcedure.
Definition at line 295 of file Legacy_BlockProcedure.class.php.
| isDisplay | ( | ) |
Gets a value indicating whether this block needs to display its content.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 285 of file Legacy_BlockProcedure.class.php.
| $_mDisplayFlag = true |
Definition at line 254 of file Legacy_BlockProcedure.class.php.