AdminPageFramework_FieldType_image::_getDashIconSelectorsBySlug PHP Метод

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

private _getDashIconSelectorsBySlug ( $sDashIconSlug )
    private function _getDashIconSelectorsBySlug($sDashIconSlug)
    {
        static $_bDashIconSupported;
        $_bDashIconSupported = isset($_bDashIconSupported) ? $_bDashIconSupported : version_compare($GLOBALS['wp_version'], '3.8', '>=');
        return $this->getAOrB($_bDashIconSupported, "dashicons dashicons-{$sDashIconSlug}", '');
    }