forked from leftypol/leftypol
FiltersParseResult.php: add
This commit is contained in:
parent
46d5dc0fd4
commit
6e153daa1d
1 changed files with 13 additions and 0 deletions
13
inc/Data/FiltersParseResult.php
Normal file
13
inc/Data/FiltersParseResult.php
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?php
|
||||||
|
namespace Vichan\Data;
|
||||||
|
|
||||||
|
|
||||||
|
class FiltersParseResult {
|
||||||
|
public array $body = [];
|
||||||
|
public ?string $subject = null;
|
||||||
|
public ?string $name = null;
|
||||||
|
public ?string $board = null;
|
||||||
|
public ?string $flag = null;
|
||||||
|
public ?int $id = null;
|
||||||
|
public ?int $thread = null;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue