Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
ElggIcon.php
Go to the documentation of this file.
1
<?php
2
6
class
ElggIcon
extends
ElggFile
{
7
11
protected
function
initializeAttributes
() {
12
parent::initializeAttributes();
13
14
$this->attributes[
'subtype'
] =
'icon'
;
15
}
16
20
public
function
save
() {
21
throw
new \LogicException(__CLASS__ .
' instances exist as placeholders and can not be upgraded to entities'
);
22
}
23
}
ElggIcon
ElggIcon\save
save()
{}
Definition:
ElggIcon.php:20
ElggIcon\initializeAttributes
initializeAttributes()
{}
Definition:
ElggIcon.php:11
ElggFile
Generated on Fri Oct 11 2024 00:01:07 for Elgg by
1.8.11