コード例 #1
0
ファイル: Mcached.php プロジェクト: horde/horde
 /**
  * Returns the set of actions supported by this object type.
  *
  * @return array An array of supported actions.
  */
 public function getActions()
 {
     if (!isset($this->_actions)) {
         $this->_actions = $this->_object->getActions();
     }
     return $this->_actions;
 }
コード例 #2
0
ファイル: Hash.php プロジェクト: horde/horde
 /**
  * Returns the set of actions supported by this object type.
  *
  * @return array An array of supported actions.
  */
 public function getActions()
 {
     $this->_object->getActions();
 }