adding comment
This commit is contained in:
parent
283457bd5c
commit
8ef9b301ca
@ -27,7 +27,14 @@
|
||||
|
||||
abstract class ObjectModel extends ObjectModelCore
|
||||
{
|
||||
|
||||
/**
|
||||
* Override Antadis.
|
||||
*
|
||||
* Replacing self::displayFieldName by static::displayFieldName
|
||||
* to be able to override ObjectModel::displayFieldName
|
||||
*
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateController($htmlentities = true)
|
||||
{
|
||||
$errors = array();
|
||||
|
Loading…
Reference in New Issue
Block a user