mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°3567 - PHPDoc and coding conventions fixes
This commit is contained in:
@@ -8,9 +8,22 @@
|
||||
namespace Combodo\iTop\Application\UI\Base;
|
||||
|
||||
|
||||
/**
|
||||
* Interface UIBlockNode
|
||||
*
|
||||
* @package Combodo\iTop\Application\UI\Base
|
||||
* @author Eric Espie <eric.espie@combodo.com>
|
||||
* @since 3.0.0
|
||||
*/
|
||||
interface iUIBlockFactory
|
||||
{
|
||||
/**
|
||||
* @return string TWIG tag name that will be associated with this factory
|
||||
*/
|
||||
public static function GetTwigTagName(): string;
|
||||
|
||||
/**
|
||||
* @return string FQCN of the UIBlock produced by this factory
|
||||
*/
|
||||
public static function GetUIBlockClassName(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user