OptionsCollection.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • P4Cms/
  • Diff/
  • OptionsCollection.php
  • View
  • Commits
  • Open Download .zip Download (400 B)
<?php
/**
 * Wrapper for a collection of diff comparison options.
 * Used for comparing models where different options are
 * desired for different fields.
 *
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
class P4Cms_Diff_OptionsCollection extends ArrayIterator
{
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/library/P4Cms/Diff/OptionsCollection.php
#1 8972 Matt Attaway Initial add of the Chronicle source code