Page MenuHomec4science

AlmanacPropertyInterface.php
No OneTemporary

File Metadata

Created
Tue, May 13, 22:33

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

Event Timeline