💡 Add UIBlock::Get*FilesRelPaths PHPDoc to indicate consumer

This commit is contained in:
Pierre Goiffon
2021-03-17 18:20:51 +01:00
parent ecc9733623
commit cd170be44e

View File

@@ -142,6 +142,7 @@ abstract class UIBlock implements iUIBlock
/**
* @inheritDoc
* @useb-by GetFilesUrlRecursively
*/
public function GetJsFilesRelPaths() {
return $this->aJsFilesRelPath;
@@ -157,6 +158,7 @@ abstract class UIBlock implements iUIBlock
/**
* @inheritDoc
* @useb-by GetFilesUrlRecursively
*/
public function GetCssFilesRelPaths()
{