AdminPageFramework_Form_View___ToolTip::_getElementAttributes PHP Method

_getElementAttributes() private method

private _getElementAttributes ( $sElementKey, $asClassSelectors )
    private function _getElementAttributes($sElementKey, $asClassSelectors)
    {
        $_aContainerAttributes = $this->getElementAsArray($this->aArguments, array('attributes', $sElementKey)) + array('class' => '');
        $_aContainerAttributes['class'] = $this->getClassAttribute($_aContainerAttributes['class'], $asClassSelectors);
        return $this->getAttributes($_aContainerAttributes);
    }