Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106066193
PhutilCalendarRecurrenceSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 22, 00:46
Size
666 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 00:46 (2 d)
Engine
blob
Format
Raw Data
Handle
25107342
Attached To
rPHU libphutil
PhutilCalendarRecurrenceSource.php
View Options
<?php
abstract
class
PhutilCalendarRecurrenceSource
extends
Phobject
{
private
$isExceptionSource
;
private
$viewerTimezone
;
public
function
setIsExceptionSource
(
$is_exception_source
)
{
$this
->
isExceptionSource
=
$is_exception_source
;
return
$this
;
}
public
function
getIsExceptionSource
()
{
return
$this
->
isExceptionSource
;
}
public
function
setViewerTimezone
(
$viewer_timezone
)
{
$this
->
viewerTimezone
=
$viewer_timezone
;
return
$this
;
}
public
function
getViewerTimezone
()
{
return
$this
->
viewerTimezone
;
}
public
function
resetSource
()
{
return
;
}
abstract
public
function
getNextEvent
(
$cursor
);
}
Event Timeline
Log In to Comment