예제 #1
0
 /**
  * Removes all contents from a property.
  *
  * Clear the property, so that it will be recognized as empty later.
  * 
  * @return void
  */
 public function clear()
 {
     parent::clear();
     $this->properties['links'] = array();
 }
 /**
  * Removes all contents from a property.
  *
  * Clears the property, so that it will be recognized as empty later.
  * 
  * @return void
  */
 public function clear()
 {
     parent::clear();
     $this->properties['lockType'] = ezcWebdavLockRequest::TYPE_READ;
     $this->properties['lockScope'] = ezcWebdavLockRequest::SCOPE_SHARED;
 }