Пример #1
0
 /**
  * Include a single squeeze package as a single one containing the
  * squeezed source code of all files comprising the package.
  *
  * @param Packager $packager  the packager instance to use
  * @param string   $package   the name of a package
  *
  * @return an array containing PageLayout style HTML elements
  */
 function packageAsCompressedURL($packager, $package)
 {
     return array(array('name' => 'script', 'attributes' => array('src' => $packager->packageURL($package), 'charset' => 'utf-8'), 'content' => ''));
 }