. namespace core_sms; /** * A language string attribute used for a description. * * @package core_sms * @copyright 2024 Andrew Lyons * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ #[\Attribute] class description extends \lang_string { }