Skip to content

Instantly share code, notes, and snippets.

@cursedcoder
Created October 18, 2011 13:59
Show Gist options
  • Select an option

  • Save cursedcoder/1295486 to your computer and use it in GitHub Desktop.

Select an option

Save cursedcoder/1295486 to your computer and use it in GitHub Desktop.
<?php
namespace MAD\FileManagerBundle\Core;
class Item {
public function delete() {
}
public function rename() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment