Page MenuHomePhorge

AlmanacPropertyInterface.php
No OneTemporary

Size
534 B
Referenced Files
None
Subscribers
None

AlmanacPropertyInterface.php

<?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();
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 6, 4:04 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80115
Default Alt Text
AlmanacPropertyInterface.php (534 B)

Event Timeline