AdminPageFramework_Form_View___ToolTip::_getElementAttributes PHP Méthode

_getElementAttributes() private méthode

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);
    }