Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php300 $message = $this->interpolate($message, $context);
317 protected function interpolate($message, array $context = array())
328 // interpolate replacement values into the message and return
245 protected function interpolate($message, array $context = array()) global() function in splitbrain\\phpcli\\Base