Page::getIconUrl()

Version 4.1

Get icon url

Icon url (48px) from page thumbnail image.

Return value

String

Full documentation

Show small icon from all employees.

foreach ( $Employees as $Employee ){
    $txt .= "<IMG src="{$Employee->getIconUrl()}/>";
}