예제 #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();
 }