Advertisement
fruffl

PHP String Table

Sep 18th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1.     class TTuple extends T
  2.     {
  3.         function __construct(array $__typedef, $__context = NULL, $__super = NULL)
  4.         {
  5.             parent::__construct($__typedef, $__context, $__super);
  6.         }
  7.     }
  8.  
  9.     class StringTable3x10 extends TTuple IMPLEMENTS ILimitable
  10.     {
  11.         function __construct($__Data = [], $__context = NULL, $__super = NULL)
  12.         {
  13.             parent::__construct([[DefineString::class],[DefineString::class],[DefineString::class]], $__context, $__super);
  14.             $this->setLength(10);
  15.         }
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement