Example #1
0
 public function __construct($tokens)
 {
     $this->tokens = $tokens;
     $a = new Shine_Filter();
     $this->filters = $a->getLibrary();
     $b = new Shine_Tag();
     $this->tags = $b->getLibrary();
 }