Skip to content

Instantly share code, notes, and snippets.

@MattRead
Created April 17, 2013 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattRead/5405724 to your computer and use it in GitHub Desktop.
Save MattRead/5405724 to your computer and use it in GitHub Desktop.
<?php
action_atom_get_collection {
function b( $xml, $params, $handler_vars ){
$xml->title = 'FFFFFFFFFFFFFFFFFF';
}
}
$a = new AtomHandler; $a->get_collection();
header( 'Content-Type: text/html' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment