[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/modules/Calendar/ -> Calendar.php (summary)

(no description)

File Size: 310 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 2 files
 modules/Calendar/Date.php
 modules/Calendar/Appointment.php

Defines 2 classes

Calendar:: (5 methods):
  Calendar()
  getCalendarView()
  constructLayout()
  get_datechange_info()
  add_Activities()

Layout:: (3 methods):
  Layout()
  getView()
  getCalendarDaysInMonth()


Class: Calendar  - X-Ref

Calendar($view='',$data=Array()   X-Ref
No description

getCalendarView($view)   X-Ref
Function to get calendarview Label

param: string  $view   - calendarview

constructLayout()   X-Ref
Function to set values for calendar object depends on calendar view


get_datechange_info($type)   X-Ref
Function to get date info depends on calendarview

param: string   $type  - string 'increment' or 'decrment'

add_Activities($current_user,$free_busy='')   X-Ref
Function to get activities

param: array $current_user  - user data
param: string $free_busy    -

Class: Layout  - X-Ref

Layout($view,$time)   X-Ref
Constructor for Layout class

param: string   $view - calendarview
param: string   $time - time string

getView()   X-Ref
Function to get view
return currentview


getCalendarDaysInMonth($date_time)   X-Ref
this function returns the days in a month in an array format

param: object $date_time - the date time object for the current month
return: array $result - the array containing current months days information



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1