D | Schema.php | 33 protected $table = ''; variable in dokuwiki\\plugin\\struct\\meta\\Schema 53 * @param string $table The table this schema is for 56 public function __construct($table, $ts = 0) argument 65 $table = self::cleanTableName($table); 66 $this->table = $table; 78 $opt = [$table, $ts]; 85 $opt = [$table]; 131 $table 145 return self::class . ' ' . $this->table . ' (' . $this->id . ') '; 151 * @param string $table [all …]
|