AdminPageFramework_FieldType_image::_getTheSetImageURL PHP Метод

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

private _getTheSetImageURL ( array $aField, $iCountAttributes )
$aField array
    private function _getTheSetImageURL(array $aField, $iCountAttributes)
    {
        $_sCaptureAttribute = $this->getAOrB($iCountAttributes, 'url', '');
        return $_sCaptureAttribute ? $this->getElement($aField, array('attributes', 'value', $_sCaptureAttribute), '') : $aField['attributes']['value'];
    }