Ejemplo n.º 1
0
 /**
  * Get a single task from the directory
  *
  * @access	public
  * @param	mixed    A valid index or task name
  * @return	mixed
  */
 public function get_task($index = FALSE, $settings = FALSE)
 {
     return parent::get_object($index, $settings);
 }
 /**
  * Get a single notication from the directory
  *
  * @access	public
  * @param	mixed    A valid index or notification name
  * @return	mixed
  */
 public function get_notification($index = FALSE, $settings = FALSE)
 {
     return parent::get_object($index, $settings);
 }