AdminPageFramework_Form_View___Format_SectionsetsByTab::_isCustomContentSet PHP Метод

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

private _isCustomContentSet ( array $aSectionset, array $aKeys = ['content'] )
$aSectionset array
$aKeys array
    private function _isCustomContentSet(array $aSectionset, array $aKeys = array('content'))
    {
        return isset($aSectionset['content']);
    }