XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_BlockProcedureAdapter Class Reference
Inheritance diagram for Legacy_BlockProcedureAdapter:
Legacy_BlockProcedure Legacy_AbstractBlockProcedure

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
 

Detailed Description

The adapter class for XoopsBlock objects of XOOPS2 JP.

See also
Legacy_AbstractBlockProcedure

Definition at line 252 of file Legacy_BlockProcedure.class.php.

Member Function Documentation

◆ _hasVisibleOptionForm()

_hasVisibleOptionForm ( )

@breaf [Secret Agreement] Gets a value indicating whether the option form of this block needs the row to display the form.

Remarks
Only block management actions should use this method, and generally this method should not be replaced.

Reimplemented from Legacy_BlockProcedure.

Definition at line 290 of file Legacy_BlockProcedure.class.php.

◆ execute()

execute ( )

Reimplemented from Legacy_AbstractBlockProcedure.

Definition at line 256 of file Legacy_BlockProcedure.class.php.

◆ getOptionForm()

getOptionForm ( )

Gets rendered HTML buffer for the option form of the control panel.

Returns
string

Reimplemented from Legacy_BlockProcedure.

Definition at line 295 of file Legacy_BlockProcedure.class.php.

◆ isDisplay()

isDisplay ( )

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

Returns
bool

Reimplemented from Legacy_AbstractBlockProcedure.

Definition at line 285 of file Legacy_BlockProcedure.class.php.

Field Documentation

◆ $_mDisplayFlag

$_mDisplayFlag = true

Definition at line 254 of file Legacy_BlockProcedure.class.php.


The documentation for this class was generated from the following file: