Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104554629
AlmanacPropertyInterface.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, Mar 10, 10:26
Size
306 B
Mime Type
text/x-php
Expires
Wed, Mar 12, 10:26 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24783119
Attached To
rPH Phabricator
AlmanacPropertyInterface.php
View Options
<?php
interface
AlmanacPropertyInterface
{
public
function
attachAlmanacProperties
(
array
$properties
);
public
function
getAlmanacProperties
();
public
function
hasAlmanacProperty
(
$key
);
public
function
getAlmanacProperty
(
$key
);
public
function
getAlmanacPropertyValue
(
$key
,
$default
=
null
);
}
Event Timeline
Log In to Comment