Elgg\EntityIcon::getIconLastChange PHP Method

getIconLastChange() public method

Returns the timestamp of when the icon was changed.
public getIconLastChange ( string $size, string $type = 'icon' ) : integer | null
$size string The size of the icon
$type string The name of the icon. e.g., 'icon', 'cover_photo'
return integer | null A unix timestamp of when the icon was last changed, or null if not set.
    public function getIconLastChange($size, $type = 'icon');