Skip to content

Instantly share code, notes, and snippets.

@khepin
Created June 20, 2012 11:08
Show Gist options
  • Save khepin/2959382 to your computer and use it in GitHub Desktop.
Save khepin/2959382 to your computer and use it in GitHub Desktop.
<?php
class SomeController
{
/**
* @ValidateUser("ticket_checkout", route="profile_edit")
*/
public function checkoutAction(){
// proceed to checkout
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment