mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°2844 - Add iUIContentBlock::HasSubBlocks() helper
This commit is contained in:
@@ -64,6 +64,11 @@ interface iUIContentBlock {
|
||||
*/
|
||||
public function GetSubBlock(string $sId): ?iUIBlock;
|
||||
|
||||
/**
|
||||
* @return bool True if there is at least 1 sub-block
|
||||
*/
|
||||
public function HasSubBlocks(): bool;
|
||||
|
||||
/**
|
||||
* Return an array of all the sub blocks
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user