Example #1
0
 public function __construct()
 {
     parent::__construct('Bear', 'BearType');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct('Accessory', 'AccessoryType');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct('AccentBow', 'AccentBowType');
 }
Example #4
0
 public function __construct()
 {
     parent::__construct('Backing', 'BackingType');
 }