Elgg\EntityIcon::getIconURL PHP 메소드

getIconURL() 공개 메소드

Returns a URL of the icon.
public getIconURL ( array $params ) : string
$params array An array of paramaters including: string 'size' => the size of the icon (default: medium) string 'type' => the icon type (default: icon)
리턴 string
    public function getIconURL($params);