Page MenuHomec4science

PhabricatorApplicationSearchResultsControllerInterface.php
No OneTemporary

File Metadata

Created
Tue, Apr 22, 17:23

PhabricatorApplicationSearchResultsControllerInterface.php

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

Event Timeline