Source for file Phplookup.php
Documentation is available at Phplookup.php
var $conf = array ('target' => '_blank');
* Renders a token into text matching the requested format.
* @param array $options The "options" portion of the token (second
* @return string The text rendered from the token options.
$text = trim($options['text']);
$target = $this->getConf('target', '');
$target = " target=\"$target\"";
return " <a$target href=\"http://php.net/$text\">$text</a>";
Documentation generated on Mon, 11 Mar 2019 14:37:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|