Elgg\EntityIcon::deleteIcon PHP Метод

deleteIcon() публичный Метод

Removes all icon files and metadata for the passed type of icon.
public deleteIcon ( string $type = 'icon' ) : boolean
$type string The name of the icon. e.g., 'icon', 'cover_photo'
Результат boolean
    public function deleteIcon($type = 'icon');