N°3536 - revert function and use GetSubBlocks() instead

This commit is contained in:
Eric
2021-03-23 14:26:17 +01:00
parent 1d6ad94694
commit 4534944b08
5 changed files with 10 additions and 25 deletions

View File

@@ -91,15 +91,6 @@ interface iUIBlock {
*/
public function GetSubBlocks();
/**
* Return an array iUIBlock embedded in this iUIBlock
* Must be an associative array (<BLOCK_ID> => <BLOCK_INSTANCE>)
* This is used to get recursively the CSS and JS templates
*
* @return \Combodo\iTop\Application\UI\Base\iUIBlock[]
*/
public function GetSubBlocksForCSSAndJS();
/**
* Return an array of iUIBlock to add at the end of the page
* Must be an associative array (<BLOCK_ID> => <BLOCK_INSTANCE>)