mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 19:32:40 +01:00
8 lines
91 B
PHP
8 lines
91 B
PHP
|
<?php
|
||
|
|
||
|
interface PhabricatorFulltextInterface {
|
||
|
|
||
|
public function newFulltextEngine();
|
||
|
|
||
|
}
|