mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Internal: Added some PHP Doc in MetaModel class
SVN:trunk[4734]
This commit is contained in:
@@ -728,6 +728,14 @@ abstract class MetaModel
|
||||
return (in_array($sAttCode, self::GetReconcKeys($sClass)));
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the AttributeDefinition of the $sAttCode attribute of the $sClass class
|
||||
*
|
||||
* @param string $sClass Class name
|
||||
* @param string $sAttCode Attribute code
|
||||
* @return AttributeDefinition
|
||||
* @throws Exception
|
||||
*/
|
||||
final static public function GetAttributeDef($sClass, $sAttCode)
|
||||
{
|
||||
self::_check_subclass($sClass);
|
||||
|
||||
Reference in New Issue
Block a user