22 public static function set($linkURL =
'', $displayName = null, ?
Cell $pCell = null)
27 if ((!is_object($pCell)) || (trim($linkURL) ==
'')) {
31 if ((is_object($displayName)) || trim($displayName) ==
'') {
32 $displayName = $linkURL;
35 $pCell->getHyperlink()->setUrl($linkURL);
36 $pCell->getHyperlink()->setTooltip($displayName);
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.