Skip to content

Instantly share code, notes, and snippets.

@MacDada
Last active August 29, 2015 14:02
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 MacDada/c9a7480c5ba613a43e98 to your computer and use it in GitHub Desktop.
Save MacDada/c9a7480c5ba613a43e98 to your computer and use it in GitHub Desktop.
Backup
<?php
class Backup
{
// tworzy backup
public function __construct($configOption1, $configOption2, Entity $entity);
// usuwa backup
public function __destruct();
// odtwarza z backupu
public function restore();
}
<?php
class Entity
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment