Home
last modified time | relevance | path

Searched refs:hasMethod (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php129 return $this->hasMethod($name) ? $this->methods[$name] : null;
137 public function hasMethod($name) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php116 $hasMethod = isset($this->parent->METHOD);
120 'DTSTART' => $hasMethod?'?':'1',
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVEvent.php116 $hasMethod = isset($this->parent->METHOD);
120 'DTSTART' => $hasMethod ? '?' : '1',
/plugin/jsonrpc/
H A DIJR_Server.php118 if (!$this->hasMethod($methodname))
169 function hasMethod($method) { function in IJR_Server

12