Beispiel #1
0
 /**
  * @see	wcf\data\DatabaseObject::__construct()
  */
 public function __construct($languageID, array $row, Language $language = null)
 {
     if ($row === null) {
         throw new SystemException('SetupLanguage accepts only an existing dataset.');
     }
     parent::__construct(null, $row, null);
 }