Пример #1
0
 /**
  * Constructor
  *
  * @param Horde_Kolab_Server_Structure_Attribute_Interface $object The object
  *  this attribute belongs to.
  * @param string $name The name of this attribute.
  */
 public function __construct(Horde_Kolab_Server_Structure_Attribute_Double $attribute, $name)
 {
     parent::__construct($attribute, $name);
 }
Пример #2
0
 /**
  * Constructor
  *
  * @param Horde_Kolab_Server_Object    $object    The object this attribute
  *                                                belongs to.
  * @param Horde_Kolab_Server_Composite $composite The link to the server.
  */
 public function __construct(Horde_Kolab_Server_Object $object, Horde_Kolab_Server_Composite $composite)
 {
     parent::__construct($object, $composite, 'Openldapaci');
 }