Page MenuHomec4science

PhabricatorApplicationSearchResultsControllerInterface.php
No OneTemporary

File Metadata

Created
Sun, Mar 23, 05:10

PhabricatorApplicationSearchResultsControllerInterface.php

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

Event Timeline