Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96155021
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
Mon, Dec 23, 06:15
Size
666 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 06:15 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23135047
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