|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare () | |
| getTitle () | |
| isDisplay () | |
| execute () | |
Public Member Functions inherited from Legacy_BlockProcedure | |
| __construct (&$block) | |
| getId () | |
| getName () | |
| isEnableCache () | |
| getCacheTime () | |
| getTemplate () | |
| getEntryIndex () | |
| getWeight () | |
| _hasVisibleOptionForm () | |
| getOptionForm () | |
Public Member Functions inherited from Legacy_AbstractBlockProcedure | |
| & | getRenderTarget () |
| getRenderSystemName () | |
| & | _createRenderTarget () |
| & | createCacheInfo () |
Additional Inherited Members | |
Data Fields inherited from Legacy_BlockProcedure | |
| $_mBlock = null | |
| $mRender = null | |
Data Fields inherited from Legacy_AbstractBlockProcedure | |
| $mRender = null | |
Definition at line 17 of file message_block.class.php.
| execute | ( | ) |
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 39 of file message_block.class.php.
| getTitle | ( | ) |
Gets a title of this block.
Reimplemented from Legacy_BlockProcedure.
Definition at line 28 of file message_block.class.php.
| isDisplay | ( | ) |
Gets a value indicating whether this block needs to display its content.
Reimplemented from Legacy_AbstractBlockProcedure.
Definition at line 33 of file message_block.class.php.
| prepare | ( | ) |
Preparation. If it's in exception case, returns false.
Reimplemented from Legacy_BlockProcedure.
Definition at line 24 of file message_block.class.php.