Page MenuHomec4science

PhabricatorApplicationSearchResultsControllerInterface.php
No OneTemporary

File Metadata

Created
Mon, Mar 17, 21:46

PhabricatorApplicationSearchResultsControllerInterface.php

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

Event Timeline