1<?php
2
3class Horde_Kolab_Format_Stub_StringDefault
4extends Horde_Kolab_Format_Xml_Type_String
5{
6    protected $element = 'Horde_Kolab_Format_Xml_Type_String_MaybeMissing';
7    protected $value = Horde_Kolab_Format_Xml::VALUE_DEFAULT;
8    protected $default = 'DEFAULT';
9}
10