PHP Class Kronolith_Calendar_External, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Jan Schneider ([email protected])
Inheritance: extends Kronolith_Calendar
Mostrar archivo Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_api string The application of this timeobject source.
$_id string The ID of this timeobject source.
$_name string The name of this timeobject source.
$_type string I.e., a single or share type.

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
api ( ) : string Returns the application of this calendar.
display ( ) : boolean Whether this calendar is supposed to be displayed in lists.
name ( ) : string Returns the name of this calendar.
toHash ( ) : array Returns a hash representing this calendar.

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array A hash with any parameters that this calendar might need.

api() public method

Returns the application of this calendar.
public api ( ) : string
return string This calendar's timeobject application.

display() public method

Whether this calendar is supposed to be displayed in lists.
public display ( ) : boolean
return boolean True if this calendar should be displayed.

name() public method

Returns the name of this calendar.
public name ( ) : string
return string This calendar's name.

toHash() public method

Returns a hash representing this calendar.
public toHash ( ) : array
return array A simple hash.

Property Details

$_api protected_oe property

The application of this timeobject source.
protected string $_api
return string

$_id protected_oe property

The ID of this timeobject source.
protected string $_id
return string

$_name protected_oe property

The name of this timeobject source.
protected string $_name
return string

$_type protected_oe property

I.e., a single or share type.
protected string $_type
return string