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');