コード例 #1
0
 public function __construct($PlatformName, $ColumnType)
 {
     parent::__construct('%s does not support %s column types', $PlatformName, $ColumnType);
 }
コード例 #2
0
 public function __construct($PlatformName, $KeyGeneratorType)
 {
     parent::__construct('%s does not support %s key generators', $PlatformName, $KeyGeneratorType);
 }