Skip to content

Instantly share code, notes, and snippets.

@dragoonis
Created June 12, 2011 23:30
Show Gist options
  • Save dragoonis/1022127 to your computer and use it in GitHub Desktop.
Save dragoonis/1022127 to your computer and use it in GitHub Desktop.
<?php
public function getRenderVars() {
return array(
'flash' => $this->getFlashAndClear(),
'charset' => $this->_charset,
'files' => array(
'css' => $this->_cssFiles,
'js' => $this->_jsFiles
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment