AdminPageFramework_PostType_View::_getStylesForPostTypeScreenIcon PHP Метод

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

    private function _getStylesForPostTypeScreenIcon($sSRC)
    {
        $sNone = 'none';
        $sSRC = esc_url($this->oUtil->getResolvedSRC($sSRC));
        return "#post-body-content {margin-bottom: 10px;}#edit-slug-box {display: {$sNone};}#icon-edit.icon32.icon32-posts-{$this->oProp->sPostType} {background: url('{$sSRC}') no-repeat;background-size: 32px 32px;} ";
    }