14 parent::initializeAttributes();
16 $this->attributes[
'subtype'] =
'icon';
24 public function save(): bool {
25 throw new ElggLogicException(__CLASS__ .
' instances exist as placeholders and can not be upgraded to entities');
initializeAttributes()
{Set subtype to 'file'.void}
save()
{Save this data to the appropriate database table.bool}
Exception that represents error in the program logic.