Page MenuHomec4science

PhabricatorApplicationSearchResultsControllerInterface.php
No OneTemporary

File Metadata

Created
Tue, Jan 21, 23:09

PhabricatorApplicationSearchResultsControllerInterface.php

<?php
interface PhabricatorApplicationSearchResultsControllerInterface {
public function renderResultsList(
array $items,
PhabricatorSavedQuery $query);
}

Event Timeline