예제 #1
0
 public function __construct()
 {
     parent::__construct('Mum', 'MumType');
 }
 public function __construct()
 {
     parent::__construct('AccessoryAssociation', 'AccessoryAssociationType');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct('Ribbon', 'RibbonType');
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct('Letter', 'LetterType');
 }
예제 #5
0
 public function __construct()
 {
     return parent::__construct('Customer', 'CustomerType');
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct('Product', 'ProductType');
 }