function crumbs_InjectedAPI_Collection_DefaultValueCollection::setDefaultValue in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $key:
int|false $value:
File
- lib/
InjectedAPI/ Collection/ DefaultValueCollection.php, line 27
Class
Code
function setDefaultValue($key, $value) {
$this->defaultValues[$key] = $value;
}