IBOS open source
  • Namespace
  • Class

Namespaces

  • application
    • core
      • cache
        • driver
        • provider
      • components
      • controllers
      • engines
        • local
        • sae
      • model
      • modules
      • utils
      • widgets
    • modules
      • article
        • controllers
        • core
        • model
        • utils
      • calendar
        • controllers
        • model
        • utils
      • contact
        • controllers
        • model
        • utils
      • dashboard
        • controllers
        • model
        • utils
      • department
        • components
        • model
        • utils
      • diary
        • components
        • controllers
        • model
        • utils
        • widgets
      • email
        • controllers
        • core
        • model
        • utils
      • main
        • behaviors
        • components
        • controllers
        • model
        • utils
        • widgets
      • message
        • controllers
        • core
          • co
          • wx
            • callback
            • event
        • model
        • utils
      • mobile
        • components
        • controllers
        • utils
      • position
        • components
        • model
        • utils
      • recruit
        • components
        • controllers
        • core
        • model
        • utils
        • widgets
      • role
        • model
        • utils
      • user
        • components
        • controllers
        • model
        • utils
      • vote
        • components
        • controllers
        • model
        • utils
      • weibo
        • controllers
        • core
        • model
        • utils

Classes

  • DiaryComment
  • DiaryReviewSidebar
  • DiarySublist
  • StatDiaryBase
  • StatDiaryCount
  • StatDiaryFooter
  • StatDiaryHeader
  • StatDiarySidebar
  • StatDiarySummary

Class StatDiaryBase

CWidget
Extended by application\modules\diary\widgets\StatDiaryBase

Direct known subclasses

application\modules\diary\widgets\StatDiaryCount, application\modules\diary\widgets\StatDiaryFooter, application\modules\diary\widgets\StatDiaryHeader, application\modules\diary\widgets\StatDiarySummary

Namespace: application\modules\diary\widgets
Copyright: 2008-2014 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/diary/widgets/StatDiaryBase.php

Methods summary

public
# setType( string $type )

设置统计类型

设置统计类型

Parameters

$type
public string
# getType( )

返回统计类型

返回统计类型

Returns

string
protected boolean
# inPersonal( )

获取是否在个人统计

获取是否在个人统计

Returns

boolean
protected array
# getUid( )

通用获取统计的用户ID方法,在个人统计界面返回自己的ID,在评阅界面返回传入的ID或 下属ID

通用获取统计的用户ID方法,在个人统计界面返回自己的ID,在评阅界面返回传入的ID或 下属ID

Returns

array
protected
# checkReviewAccess( )

检查评阅进入权限。如果在评阅界面通过getUid()方法确没有返回任何ID,是没有意义的

检查评阅进入权限。如果在评阅界面通过getUid()方法确没有返回任何ID,是没有意义的

protected type
# createComponent( type $class, type $properties = array() )

Parameters

$class
$properties

Returns

type
IBOS open source API documentation generated by ApiGen