Page MenuHomestyx hydra

map.php
No OneTemporary

<?php
/**
* Registers a resource map for Celerity. This is glue code between the Celerity
* mapper script and @{class:CelerityResourceMap}.
*
* @group celerity
*/
function celerity_register_resource_map(array $map, array $package_map) {
$instance = CelerityResourceMap::getInstance();
$instance->setResourceMap($map);
$instance->setPackageMap($package_map);
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 18, 12:55 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
444224
Default Alt Text
map.php (372 B)

Event Timeline