Page MenuHomePhorge

render.php
No OneTemporary

Size
414 B
Referenced Files
None
Subscribers
None

render.php

<?php
/**
* Implodes selected handles from a pool of handles. Useful if you load handles
* for various phids, but only render a few of them at a time.
*
* @return PhutilSafeHTML
*/
function implode_selected_handle_links($glue, array $handles, array $phids) {
$items = array();
foreach ($phids as $phid) {
$items[] = $handles[$phid]->renderLink();
}
return phutil_implode_html($glue, $items);
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jun 29, 12:26 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259363
Default Alt Text
render.php (414 B)

Event Timeline