Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / almanac / property / AlmanacPropertyInterface.php
blob6f3224ddeedaf06d0ac5dd3c52a459f497d962cb
1 <?php
3 interface AlmanacPropertyInterface {
5 public function attachAlmanacProperties(array $properties);
6 public function getAlmanacProperties();
7 public function hasAlmanacProperty($key);
8 public function getAlmanacProperty($key);
9 public function getAlmanacPropertyValue($key, $default = null);
10 public function getAlmanacPropertyFieldSpecifications();
11 public function newAlmanacPropertyEditEngine();
12 public function getAlmanacPropertySetTransactionType();
13 public function getAlmanacPropertyDeleteTransactionType();