3 declare(strict_types=1);
55 return self::LINKS_ERR_NO_NAME_VALUE;
57 if (!strlen($this->
getName())) {
58 return self::LINKS_ERR_NO_NAME;
61 return self::LINKS_ERR_NO_VALUE;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
replaces(?ilWebLinkParameter $old_parameter)
validate()
TODO: Modernizing the forms to input parameters will make this additional layer of input validation o...
const LINKS_ERR_NO_NAME_VALUE
ilWebLinkParameter $old_parameter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const LINKS_ERR_NO_NAME
TODO: This can be removed when validate is.