[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/almanac/property/ -> AlmanacPropertyInterface.php (source)

   1  <?php
   2  
   3  interface AlmanacPropertyInterface {
   4  
   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  
  11  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1