PHP 클래스 ICal\EventObject

파일 보기 프로젝트 열기: johngrogg/ics-parser

공개 프로퍼티들

프로퍼티 타입 설명
$attendee
$created
$description
$dtend
$dtstamp
$dtstart
$duration
$lastmodified
$location
$organizer
$sequence
$status
$summary
$transp
$uid

공개 메소드들

메소드 설명
__construct ( $data = [] )
printData ( string $html = '<p>%s: %s</p>' ) : string Return Event data excluding anything blank within an HTML template

메소드 상세

__construct() 공개 메소드

public __construct ( $data = [] )

printData() 공개 메소드

Return Event data excluding anything blank within an HTML template
public printData ( string $html = '<p>%s: %s</p>' ) : string
$html string HTML template to use
리턴 string

프로퍼티 상세

$attendee 공개적으로 프로퍼티

public $attendee

$created 공개적으로 프로퍼티

public $created

$description 공개적으로 프로퍼티

public $description

$dtend 공개적으로 프로퍼티

public $dtend

$dtstamp 공개적으로 프로퍼티

public $dtstamp

$dtstart 공개적으로 프로퍼티

public $dtstart

$duration 공개적으로 프로퍼티

public $duration

$lastmodified 공개적으로 프로퍼티

public $lastmodified

$location 공개적으로 프로퍼티

public $location

$organizer 공개적으로 프로퍼티

public $organizer

$sequence 공개적으로 프로퍼티

public $sequence

$status 공개적으로 프로퍼티

public $status

$summary 공개적으로 프로퍼티

public $summary

$transp 공개적으로 프로퍼티

public $transp

$uid 공개적으로 프로퍼티

public $uid