File_IMC
[ class tree: File_IMC ] [ index: File_IMC ] [ all elements ]

Class: File_IMC_Parse_Vcalendar_Event

Source Location: /File_IMC-0.5.0/File/IMC/Parse/Vcalendar/Event.php

Class Overview


File_IMC_Parse_Vcalendar_Event


Author(s):

Version:

  • Release: 0.5.0

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 67]
File_IMC_Parse_Vcalendar_Event

  1.    $parser File_IMC::parse('vcalendar');
  2.    $parser->fromFile('path/to/sample.vcs');
  3.  
  4.    $events $parser->getEvents();
  5.  
  6.    while ($events->valid()) {
  7.        $event $events->current()// File_IMC_Parse_Vcalendar_Event
  8.        $events->next();
  9.    }



[ Top ]


Class Variables

$data =

[line 69]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 71]

File_IMC_Parse_Vcalendar_Event __construct( array $data)

  • Access: public

Parameters:

array   $data   — 

[ Top ]

getDescription   [line 76]

void getDescription( )

  • Access: public

[ Top ]

getEnd   [line 81]

void getEnd( )

  • Access: public

[ Top ]

getStart   [line 86]

void getStart( )

  • Access: public

[ Top ]

getSummary   [line 91]

void getSummary( )

  • Access: public

[ Top ]

toArray   [line 96]

void toArray( )

  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:49:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.