Skip to content

Instantly share code, notes, and snippets.

@andreybolonin
Created August 17, 2014 06:53
Show Gist options
  • Save andreybolonin/bab41ddd4d6cbb855627 to your computer and use it in GitHub Desktop.
Save andreybolonin/bab41ddd4d6cbb855627 to your computer and use it in GitHub Desktop.
Tag.php
class Tag
{
private $tag;
private $class;
private $id;
private $parent
private $childs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment