ElggIcon::save PHP 메소드

save() 공개 메소드

public save ( )
    public function save()
    {
        throw new \LogicException(__CLASS__ . ' instances exist as placeholders and can not be upgraded to entities');
    }