Calendar::setSelected

Calendar::setSelected() – Defines calendar object as selected (e.g. for today)

Synopsis

require_once 'Calendar.php';

void Calendar::setSelected ( boolean $state = true )

Description

This package is not documented yet.

Parameter

boolean $state

state whether Calendar subclass

Throws

throws no exceptions thrown

Note

This function can not be called statically.