setDefaultShare() public method

Runs any actions after setting a new default tasklist.
public setDefaultShare ( string $share )
$share string The default share ID.
示例#1
0
文件: Share.php 项目: horde/horde
 /**
  * Runs any actions after setting a new default tasklist.
  *
  * @param string $share  The default share ID.
  */
 public function setDefaultShare($share)
 {
     $this->_driver->setDefaultShare($share);
 }