Ejemplo n.º 1
0
 /**
  * 初始化小区状态
  *
  * @param int $communityId
  * @param int $brokerId
  * @return bool
  */
 public static function initCommunityGardenerState($communityId, $brokerId)
 {
     return Model_Community_CommunityState::initCommunityState($communityId, $brokerId, time() + self::COMMUNITY_GARDENER_APPLY_EXPIRATION_TIME);
 }