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

  • BarChart
  • Chart
  • Diary
  • LineChart
  • ScoreTimeCounter
  • StampCounter
  • SubmitTimeCounter
  • TimeCounter

Class Chart

application\modules\statistics\core\Chart
Extended by application\modules\diary\components\Chart

Direct known subclasses

application\modules\diary\components\BarChart, application\modules\diary\components\LineChart

Namespace: application\modules\diary\components
Located at system/modules/diary/components/Chart.php

Methods summary

public boolean
# getIsPersonal( )

获取是否在个人统计页

获取是否在个人统计页

Returns

boolean
public string
# getUserName( )

获取用户ID对应的真实姓名,返回适合前端显示的字符串(增加引号)

获取用户ID对应的真实姓名,返回适合前端显示的字符串(增加引号)

Returns

string
public
# getStampName( )
public type
# getSeries( )

获取图表数据序列

获取图表数据序列

Returns

type
public
# getYaxis( )

获取图表Y轴数据

获取图表Y轴数据

public
# getXaxis( )

获取图表X轴数据

获取图表X轴数据

IBOS open source API documentation generated by ApiGen