IsImage.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • P4Cms/
  • Validate/
  • File/
  • IsImage.php
  • View
  • Commits
  • Open Download .zip Download (539 B)
<?php
/**
 * Extends mime-type validator to clear the magic file search
 * paths. This allows the finfo() extension to fallback on
 * its internal mime database rather than using a database
 * found in the file-system which may be incompatible.
 *
 * @copyright   2011 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */
class P4Cms_Validate_File_IsImage extends Zend_Validate_File_IsImage
{
    protected $_magicFiles = array();
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/library/P4Cms/Validate/File/IsImage.php
#1 8972 Matt Attaway Initial add of the Chronicle source code