mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-04 21:08:18 +02:00
💡 Add UIBlock::Get*FilesRelPaths PHPDoc to indicate consumer
This commit is contained in:
@@ -142,6 +142,7 @@ abstract class UIBlock implements iUIBlock
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
* @useb-by GetFilesUrlRecursively
|
||||||
*/
|
*/
|
||||||
public function GetJsFilesRelPaths() {
|
public function GetJsFilesRelPaths() {
|
||||||
return $this->aJsFilesRelPath;
|
return $this->aJsFilesRelPath;
|
||||||
@@ -157,6 +158,7 @@ abstract class UIBlock implements iUIBlock
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
* @useb-by GetFilesUrlRecursively
|
||||||
*/
|
*/
|
||||||
public function GetCssFilesRelPaths()
|
public function GetCssFilesRelPaths()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user