mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
ff61dba7ac
Summary: PhutilBufferedIterator now implements all the nonspecific logic here. Test Plan: Created a test script like this: $iterator = new LiskMigrationIterator(new DifferentialRevision()); $iterator->setPageSize(3); foreach ($iterator as $key => $rev) { echo "{$key}: ".$rev->getID()."\n"; } Ran it and verified sensible iteration results. Reviewers: vrana, btrahan Reviewed By: vrana CC: aran Maniphest Tasks: T1562 Differential Revision: https://secure.phabricator.com/D3076 |
||
---|---|---|
.. | ||
aphront | ||
applications | ||
docs | ||
infrastructure | ||
view | ||
__celerity_resource_map__.php | ||
__phutil_library_init__.php | ||
__phutil_library_map__.php |