AdminPageFramework_Debug_Log::_getCallerClassName PHP Method

_getCallerClassName() private static method

private static _getCallerClassName ( $oCallerInfo )
    private static function _getCallerClassName($oCallerInfo)
    {
        return self::getElement($oCallerInfo, array(1, 'class'), '');
    }