Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php19 use Prophecy\Call\CallCenter; alias
46 * @param CallCenter $callCenter
52 CallCenter $callCenter = null,
57 $this->callCenter = $callCenter ?: new CallCenter;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php20 use Prophecy\Call\CallCenter; alias
80 new CallCenter($this->util),
/plugin/gcalendar/user/
H A Devents.css89 .CallCenter
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php26 class CallCenter class