mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
💡 Add UIBlock::Get*FilesRelPaths PHPDoc to indicate consumer
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user