Ejemplo n.º 1
0
 /**
  * Set attributes for element.
  *
  * Currently recognized attributes:
  *     - 'pages'    - {@see self::$_pages} for details;
  *     - 'selected' - {@see self::$_selected} for details.
  *
  * @param string $attribute Name of attribute to set.
  * @param mixed  $value     Value to set for attribute.
  *
  * @return Ai1ec_Html_Element_Calendar_Page_Selector Instance of self.
  */
 public function set($attribute, $value)
 {
     // any validation may be provided here
     return parent::set($attribute, $value);
 }