Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124205569
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
Thu, Jul 31, 23:32
Size
534 B
Mime Type
text/x-php
Expires
Sat, Aug 2, 23:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27816905
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
);
public
function
getAlmanacPropertyFieldSpecifications
();
public
function
newAlmanacPropertyEditEngine
();
public
function
getAlmanacPropertySetTransactionType
();
public
function
getAlmanacPropertyDeleteTransactionType
();
}
Event Timeline
Log In to Comment