Home
last modified time | relevance | path

Searched refs:isExtendable (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php105 if (!$this->isExtendable($method->getName())){
155 if (!$this->isExtendable($unextendableMethod)){
165 public function isExtendable($method) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/gtime/action/
H A Dtimestamp.php177 if (!$timestamp->isExtendable($publicationsFile)) {
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php161 $extendable = $timestamp->isExtendable($publicationsFile);
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php404 public function isExtendable(GTPublicationsFile $publicationsFile) { function in GTTimestamp