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

  • PositionCategory

Class PositionCategory

application\core\components\Category
Extended by application\modules\position\components\PositionCategory
Namespace: application\modules\position\components
Copyright: Copyright © 2008-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/modules/position/components/PositionCategory.php

Methods summary

public array
# getAjaxCategory( array $data = array() )

岗位分类 - 获取zTree ajax树数据

岗位分类 - 获取zTree ajax树数据

Parameters

$data

Returns

array

Overrides

application\core\components\Category::getAjaxCategory
public array
# getData( string $condition = '' )

岗位分类树获取数据方法

岗位分类树获取数据方法

Parameters

$condition
兼容

Returns

array

Overrides

application\core\components\Category::getData
public
# afterAdd( )

更新组织架构缓存

更新组织架构缓存

Overrides

application\core\components\Category::afterAdd
public
# afterEdit( )

更新组织架构缓存

更新组织架构缓存

Overrides

application\core\components\Category::afterEdit
public
# afterDelete( )

更新组织架构缓存

更新组织架构缓存

Overrides

application\core\components\Category::afterDelete

Methods inherited from application\core\components\Category

__construct(), __get(), __isset(), add(), delete(), edit(), fetchAllParentId(), fetchAllSubId(), init(), move(), setCategory(), setRelated(), setSetting()

Properties summary

Properties inherited from application\core\components\Category

$_category, $_default, $_related, $_setting

IBOS open source API documentation generated by ApiGen