AdminPageFramework_View__PageRenderer__ScreenIcon::_getScreenIconByAttributes PHP Метод

_getScreenIconByAttributes() приватный Метод

private _getScreenIconByAttributes ( array $aAttributes )
$aAttributes array
    private function _getScreenIconByAttributes(array $aAttributes)
    {
        $aAttributes['class'] = $this->getClassAttribute('icon32', $this->getElement($aAttributes, 'class'));
        return "<div " . $this->getAttributes($aAttributes) . ">" . "<br />" . "</div>";
    }