This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/SearchServices/SearchToken.php

9 lines
108 B
PHP
Raw Normal View History

2014-09-23 20:45:59 +02:00
<?php
namespace Szurubooru\SearchServices;
class SearchToken
{
public $negated = false;
public $value;
}